Skip to content
Snippets Groups Projects
Commit f28c6bc2 authored by Christopher Schäpers's avatar Christopher Schäpers
Browse files

Merge pull request #4761 from owncloud/fix_language_selection-kondou

Fix language selection
parents e895cf91 4963a5b3
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment