Merge pull request #4761 from owncloud/fix_language_selection-kondou

Fix language selection
remotes/origin/stable6
Christopher 13 years ago
commit f28c6bc213
  1. 2
      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

Loading…
Cancel
Save