From: kondou Date: Sat, 7 Sep 2013 14:28:51 +0000 (+0200) Subject: Fix language selection; Fix #4756 X-Git-Tag: v6.0.0alpha2~200^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4963a5b30f676e928833dd8afba27d3678d208da;p=nextcloud-server.git Fix language selection; Fix #4756 --- 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