diff options
Diffstat (limited to 'settings/js/personal.js')
-rw-r--r-- | settings/js/personal.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/js/personal.js b/settings/js/personal.js index 3ab811356c0..099c1426dc0 100644 --- a/settings/js/personal.js +++ b/settings/js/personal.js @@ -92,6 +92,9 @@ $(document).ready(function(){ }); $("#languageinput").chosen(); + // Show only the not selectable optgroup + // Choosen only shows optgroup-labels if there are options in the optgroup + $(".languagedivider").remove(); $("#languageinput").change( function(){ // Serialize the data |