Fix unarchive. The reload was killing the getJSON. Should only do that on success

This commit is contained in:
Isaac Connor 2020-09-29 09:42:31 -04:00
parent fc366aa503
commit 1af20cea6a
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ function initPage() {
})
.fail(logAjaxFail);
window.location.reload(true);
//window.location.reload(true);
});
// Manage the EDIT button