diff options
author | kondou <kondou@ts.unde.re> | 2013-09-12 07:41:44 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-09-12 07:41:44 +0200 |
commit | c9c5e1b97f2c5951dffc8104e22a315654780118 (patch) | |
tree | 6b4a67fe094bea99facab6883c774c611b8f7b80 /settings/js | |
parent | 037cf22c518b6f3e6a462577c49159a1fae2442d (diff) | |
parent | b7205d97d7797daf057d47a5a07d2bad3b0db4da (diff) | |
download | nextcloud-server-c9c5e1b97f2c5951dffc8104e22a315654780118.tar.gz nextcloud-server-c9c5e1b97f2c5951dffc8104e22a315654780118.zip |
Merge branch 'master' into oc_avatars
Diffstat (limited to 'settings/js')
-rw-r--r-- | settings/js/personal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/personal.js b/settings/js/personal.js index d6e2d8fbca9..fab32b83b64 100644 --- a/settings/js/personal.js +++ b/settings/js/personal.js @@ -166,7 +166,7 @@ $(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(); + $(".languagedivider").hide(); $("#languageinput").change( function(){ // Serialize the data |