Update anpdf.js
This commit is contained in:
@@ -36,7 +36,7 @@ loadingTask.promise.then(function(pdf) {
|
||||
};
|
||||
var renderTask = page.render(renderContext);
|
||||
renderTask.promise.then(function () {
|
||||
document.getElementById('pdfprogress').innerHTML = 'Приятного чтения';
|
||||
document.getElementById('pdfprogress').innerHTML = 'Приятного чтения ↓';
|
||||
});
|
||||
});
|
||||
}, function (reason) {
|
||||
|
||||
Reference in New Issue
Block a user