Small refactoring of the loadingBar hiding code

This commit is contained in:
Jonas Jenwald 2014-08-17 00:22:05 +02:00
parent fb6d87c77b
commit cfeb4c1019
3 changed files with 3 additions and 5 deletions

View file

@ -873,8 +873,6 @@ var PDFViewerApplication = {
var downloadedPromise = pdfDocument.getDownloadInfo().then(function() {
self.downloadComplete = true;
self.loadingBar.hide();
var outerContainer = document.getElementById('outerContainer');
outerContainer.classList.remove('loadingInProgress');
});
var pagesCount = pdfDocument.numPages;