From 4963a5b30f676e928833dd8afba27d3678d208da Mon Sep 17 00:00:00 2001 From: kondou Date: Sat, 7 Sep 2013 16:28:51 +0200 Subject: [PATCH] Fix language selection; Fix #4756 --- settings/js/personal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/js/personal.js b/settings/js/personal.js index 8ad26c086b..77826c82de 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