|
@@ -1851,7 +1851,7 @@ var PDFViewerApplication = {
|
|
|
this.disableAutoFetchLoadingBarTimeout = setTimeout(function () {
|
|
|
_this12.loadingBar.hide();
|
|
|
|
|
|
- document.querySelector('#m_loading').style.display = 'none'
|
|
|
+ // document.querySelector('#m_loading').style.display = 'none'
|
|
|
_this12.disableAutoFetchLoadingBarTimeout = null;
|
|
|
}, DISABLE_AUTO_FETCH_LOADING_BAR_TIMEOUT);
|
|
|
}
|
|
@@ -1867,7 +1867,7 @@ var PDFViewerApplication = {
|
|
|
_this13.downloadComplete = true;
|
|
|
|
|
|
_this13.loadingBar.hide();
|
|
|
- document.querySelector('#m_loading').style.display = 'none'
|
|
|
+ // document.querySelector('#m_loading').style.display = 'none'
|
|
|
firstPagePromise.then(function () {
|
|
|
_this13.eventBus.dispatch("documentloaded", {
|
|
|
source: _this13
|