diff --git a/www/js/app.js b/www/js/app.js index 54ab5775..a3a16f8f 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -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); };