diff --git a/web/ui_utils.js b/web/ui_utils.js index 6ed4c2dcb..46ca29339 100644 --- a/web/ui_utils.js +++ b/web/ui_utils.js @@ -329,7 +329,7 @@ var ProgressBar = (function ProgressBarClosure() { hide: function ProgressBar_hide() { this.bar.classList.add('hidden'); - this.bar.removeAttribute('style'); + document.body.classList.remove('loadingInProgress'); } }; diff --git a/web/viewer.html b/web/viewer.html index b89d9aed5..2805fa5fd 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -96,8 +96,8 @@ http://sourceforge.net/adobe/cmap/wiki/License/ -
-