Fix infinite loading screen when accessing the admin page

This commit is contained in:
yflory 2023-12-05 16:18:08 +01:00
parent b10b07ecc2
commit 56d29ba505

View File

@ -3508,6 +3508,7 @@ Example
sFrameChan = common.getSframeChannel();
sFrameChan.onReady(waitFor());
}).nThen(function (waitFor) {
if (!common.isAdmin()) { return; }
updateStatus(waitFor());
}).nThen(function (/*waitFor*/) {
createToolbar();