Prevent critical bug which fails to unhide article in jQuery mode on slow systems

Former-commit-id: f5b0b6e2caad7b8a66b2a4b3353a19a765d2ebf9 [formerly c0b61e2bdcfd765cbb34d2121adb6e17babad5ba [formerly 2ca97f551075051ed091771b7351355e206385d1]]
Former-commit-id: d8c899bc580af5fd1a860aab2cb690137b992afb
Former-commit-id: 8431d8902c0356a0799cf5ba932b388a3e63cb83
This commit is contained in:
Jaifroid 2021-06-13 18:06:19 +01:00
parent faedfc0ab4
commit 06e743c47a

View File

@ -3829,9 +3829,8 @@ define(['jquery', 'zimArchiveLoader', 'uiUtil', 'util', 'cache', 'images', 'sett
setTimeout(function() {
articleDocument.bgcolor = "";
articleDocument.hidden = false;
// articleContainer.hidden = false;
articleWindow.document.body.hidden = false;
}, 400);
}, 0);
};