Merge pull request #4761 from owncloud/fix_language_selection-kondou

Fix language selection
This commit is contained in:
Christopher 2013-09-08 05:50:41 -07:00
commit f28c6bc213
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ $(document).ready(function(){
$("#languageinput").chosen(); $("#languageinput").chosen();
// Show only the not selectable optgroup // Show only the not selectable optgroup
// Choosen only shows optgroup-labels if there are options in the optgroup // Choosen only shows optgroup-labels if there are options in the optgroup
$(".languagedivider").remove(); $(".languagedivider").hide();
$("#languageinput").change( function(){ $("#languageinput").change( function(){
// Serialize the data // Serialize the data