diff options
author | Christopher <kondou@ts.unde.re> | 2013-09-08 05:50:41 -0700 |
---|---|---|
committer | Christopher <kondou@ts.unde.re> | 2013-09-08 05:50:41 -0700 |
commit | f28c6bc2136c65160fa998b6a2fc86c293fdc827 (patch) | |
tree | 93cab4ef5fd68097498f4612d11501bc43c24338 | |
parent | e895cf9188954645bc45f3e402d8dc2f0b3d43bc (diff) | |
parent | 4963a5b30f676e928833dd8afba27d3678d208da (diff) | |
download | nextcloud-server-f28c6bc2136c65160fa998b6a2fc86c293fdc827.tar.gz nextcloud-server-f28c6bc2136c65160fa998b6a2fc86c293fdc827.zip |
Merge pull request #4761 from owncloud/fix_language_selection-kondou
Fix language selection
-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 8ad26c086b5..77826c82de1 100644 --- a/settings/js/personal.js +++ b/settings/js/personal.js @@ -94,7 +94,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 |