diff options
author | kondou <kondou@ts.unde.re> | 2013-09-11 16:35:55 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-09-11 16:35:55 +0200 |
commit | 2ae3ab98d847cbf795ee038b468376d53b069e0a (patch) | |
tree | 16d5e8a7b7db91c8f01cf5f48b6f27bfd014f905 /settings/js/personal.js | |
parent | f6faec0e0bfddb14cc17f4a7f60900438215dd35 (diff) | |
parent | 62eeac33900bdb13b823049d8cc63f44e0bca24f (diff) | |
download | nextcloud-server-2ae3ab98d847cbf795ee038b468376d53b069e0a.tar.gz nextcloud-server-2ae3ab98d847cbf795ee038b468376d53b069e0a.zip |
Merge branch 'master' into split_personal-user_passwordchange
Diffstat (limited to 'settings/js/personal.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 8cf4754f793..e4284c2e8c6 100644 --- a/settings/js/personal.js +++ b/settings/js/personal.js @@ -97,7 +97,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 |