Initial release for Roundcube 1.3.
Fixed compatibility with new jQuery (combobox not displayed). Closes #20. Pumped up Roundcube version requirement.
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
$(function() {
|
||||
var $truName = $('.topright .username');
|
||||
if ($truName.size() > 0) {
|
||||
if ($truName.length > 0) {
|
||||
$sw = $('#plugin-ident_switch-account');
|
||||
if ($sw.size() > 0) {
|
||||
if ($sw.length > 0) {
|
||||
$sw.prependTo('.topright');
|
||||
$truName.hide();
|
||||
$('#plugin-ident_switch-account').show();
|
||||
|
||||
Reference in New Issue
Block a user