Fix unarchive. The reload was killing the getJSON. Should only do that on success
This commit is contained in:
parent
fc366aa503
commit
1af20cea6a
|
@ -197,7 +197,7 @@ function initPage() {
|
|||
})
|
||||
.fail(logAjaxFail);
|
||||
|
||||
window.location.reload(true);
|
||||
//window.location.reload(true);
|
||||
});
|
||||
|
||||
// Manage the EDIT button
|
||||
|
|
Loading…
Reference in New Issue