|
|
|
@ -305,7 +305,9 @@ var PDFView = {
@@ -305,7 +305,9 @@ var PDFView = {
|
|
|
|
|
|
|
|
|
|
// FIXME: Probably needs a better place to get initialized
|
|
|
|
|
if (!PDFView.loadingProgress) { |
|
|
|
|
PDFView.loadingProgress = new ProgressBar(document.getElementById('loadingBar'), 0, 100, 15, 1.5, 'em'); |
|
|
|
|
PDFView.loadingProgress = new ProgressBar( |
|
|
|
|
document.getElementById('loadingBar'), |
|
|
|
|
0, 100, 15, 1.5, 'em'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var self = this; |
|
|
|
|