Make upload zip save form
This commit is contained in:
parent
a19bfefa8c
commit
b1f91d432c
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@
|
||||||
if (!responseJSON.success) {
|
if (!responseJSON.success) {
|
||||||
alert('Fail to upload: ' + responseJSON.error);
|
alert('Fail to upload: ' + responseJSON.error);
|
||||||
}
|
}
|
||||||
else window.location.reload();
|
else {
|
||||||
|
$('#submit-button').click();
|
||||||
|
}
|
||||||
});;
|
});;
|
||||||
|
|
||||||
function update_select2() {
|
function update_select2() {
|
||||||
|
|
Loading…
Reference in a new issue