From e43fc98d2855c9b4afd3c11eed809819cb7ea52d Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 25 May 2021 07:26:52 +0100 Subject: [PATCH] Check toolbar before unhiding document Former-commit-id: 00bfc161ca052beec26f916c487d7c0d005da113 [formerly f850b9945f5eab30fcafe083620bef3b1ff19622 [formerly d1d06ed22179142a197175c22641e577bb314e98]] Former-commit-id: 0436ddd275dd7b6084beba16ce3def77b796f75d Former-commit-id: 5a4cd1731aa68e623b6e8d97af86440bf8571d7a --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/app.js b/www/js/app.js index e3fbb468..d036afdc 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -3072,9 +3072,9 @@ define(['jquery', 'zimArchiveLoader', 'uiUtil', 'util', 'cache', 'images', 'sett var determinedTheme = params.cssTheme == 'auto' ? cssUIThemeGetOrSet('auto') : params.cssTheme; uiUtil.insertBreakoutLink(determinedTheme); } + checkToolbar(); // The content is ready : we can hide the spinner setTab(); - checkToolbar(); setTimeout(function() { articleDocument.bgcolor = ''; docBody.hidden = false;