mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-21 13:00:10 +01:00
Missing semicolon.
This commit is contained in:
parent
cadc1f4998
commit
131d945638
@ -54,7 +54,7 @@ modulejs.define('ext/download', ['_', '$', 'core/settings', 'core/resource', 'co
|
||||
$form = $('<form action="#" method="post" style="display:none;" />');
|
||||
|
||||
for (var key in query) {
|
||||
$form.append('<input type="hidden" name="' + key + '" value="' + query[key] + '" />')
|
||||
$form.append('<input type="hidden" name="' + key + '" value="' + query[key] + '" />');
|
||||
}
|
||||
$form.appendTo('body').submit().remove();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user