Update anpdf.js

This commit is contained in:
Вячеслав
2020-04-07 17:37:04 +00:00
parent 49a108a1c8
commit d347bbc5ff

View File

@@ -36,7 +36,7 @@ loadingTask.promise.then(function(pdf) {
}; };
var renderTask = page.render(renderContext); var renderTask = page.render(renderContext);
renderTask.promise.then(function () { renderTask.promise.then(function () {
document.getElementById('pdfprogress').innerHTML = 'Страница загружена'; document.getElementById('pdfprogress').innerHTML = 'Приятного чтения';
}); });
}); });
}, function (reason) { }, function (reason) {