diff --git a/portal/static/js/src/admin.js b/portal/static/js/src/admin.js index af199eb3e..391a5f218 100644 --- a/portal/static/js/src/admin.js +++ b/portal/static/js/src/admin.js @@ -1324,6 +1324,7 @@ let requestTimerId = 0; var tnthAjax = this.getDependency("tnthAjax"); tableName = tableName || this.tableIdentifier; if (!tableName || !document.querySelector("#adminTable")) { + if (callback) callback(); return false; } userId = userId || this.userId;