Commit 5448f07a authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix SyntaxError because continue should be inside one loop

parent e1ea2881
......@@ -295,7 +295,7 @@ var rewriteIndentedSelect = function() {\n
$("#master select").each(function() {\n
$(this).children().each(function() {\n
if ($(this).prop("tagName") != "OPTION") {\n
continue;\n
return non-false;\n
}\n
text = $(this).html();\n
if (text.substring(0, 1) == \'\\n\') {\n
......
21
\ No newline at end of file
22
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment