add el_title
This commit is contained in:
@@ -12,10 +12,8 @@ document.getElementById('pdfprogress').innerHTML = 'Идет подготовк
|
||||
// Asynchronous download of PDF
|
||||
var loadingTask = pdfjsLib.getDocument(url);
|
||||
loadingTask.promise.then(function(pdf) {
|
||||
console.log('PDF loaded');
|
||||
document.getElementById('pdfprogress').innerHTML = 'Загружаем pdf. Пожалуйста подождите... ...';
|
||||
document.getElementById('pdfprogress').innerHTML = 'Загружаем pdf. Пожалуйста подождите...';
|
||||
|
||||
// Fetch the first page
|
||||
|
||||
pdf.getPage(pageNumber).then(function(page) {
|
||||
document.getElementById('pdfprogress').innerHTML = 'Идет обработка страницы ...';
|
||||
|
||||
Reference in New Issue
Block a user