summaryrefslogtreecommitdiffstats
path: root/settings/js/users.js
diff options
context:
space:
mode:
Diffstat (limited to 'settings/js/users.js')
-rw-r--r--settings/js/users.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/js/users.js b/settings/js/users.js
index 26e7ff24452..eed93d3b303 100644
--- a/settings/js/users.js
+++ b/settings/js/users.js
@@ -106,6 +106,7 @@ $(document).ready(function(){
setQuota(uid,quota);
}else{
other.show();
+ select.addClass('active');
other.focus();
}
});
@@ -132,6 +133,7 @@ $(document).ready(function(){
select.children().last().before(option);
}
select.val(quota);
+ select.removeClass('active');
other.val(null);
other.hide();
});
@@ -143,6 +145,7 @@ $(document).ready(function(){
$(option).attr('selected','selected');
}
});
+ select.removeClass('active');
other.hide();
}
});