mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-08 19:57:46 -04:00
Check toolbar before unhiding document
Former-commit-id: 00bfc161ca052beec26f916c487d7c0d005da113 [formerly f850b9945f5eab30fcafe083620bef3b1ff19622 [formerly d1d06ed22179142a197175c22641e577bb314e98]] Former-commit-id: 0436ddd275dd7b6084beba16ce3def77b796f75d Former-commit-id: 5a4cd1731aa68e623b6e8d97af86440bf8571d7a
This commit is contained in:
parent
879dc7d65d
commit
e43fc98d28
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user