From: raghunayyar Date: Fri, 11 Oct 2013 13:16:59 +0000 (+0530) Subject: Puts the language divider in place. thanks @Kondou-ger ;) X-Git-Tag: v6.0.0alpha2~25^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7c2f1fd5803e2bc1404ca562cd135e24f13c92f6;p=nextcloud-server.git Puts the language divider in place. thanks @Kondou-ger ;) --- diff --git a/settings/js/personal.js b/settings/js/personal.js index e3a53181199..cdf7d0e9631 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 854cc93b4f4..d76cb16763b 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -113,6 +113,7 @@ if($_['passwordChangeSupported']) { +