Make upload zip save form

This commit is contained in:
cuom1999 2022-05-07 20:10:10 -05:00
parent a19bfefa8c
commit b1f91d432c

View file

@ -32,7 +32,9 @@
if (!responseJSON.success) {
alert('Fail to upload: ' + responseJSON.error);
}
else window.location.reload();
else {
$('#submit-button').click();
}
});;
function update_select2() {