mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 18:40:17 +02:00
Missing semicolon.
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
Reference in New Issue
Block a user