diff --git a/settings/js/personal.js b/settings/js/personal.js index e3a5318119..cdf7d0e963 100644 --- a/settings/js/personal.js +++ b/settings/js/personal.js @@ -171,10 +171,6 @@ $(document).ready(function(){ } }); - // Show only the not selectable optgroup - // Choosen only shows optgroup-labels if there are options in the optgroup - $(".languagedivider").hide(); - $("#languageinput").change( function(){ // Serialize the data var post = $( "#languageinput" ).serialize(); diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 854cc93b4f..d76cb16763 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -113,6 +113,7 @@ if($_['passwordChangeSupported']) { +