This commit is contained in:
Zhuk Viatcheslav
2020-04-29 19:57:50 +03:00
parent 80f31de88e
commit 579ebabb59
4 changed files with 49 additions and 162 deletions

View File

@@ -42,7 +42,7 @@ function renderPage() {
pageNumPending = null;
}
el_title.innerHTML = 'Приятного чтения ↓';
el_title.innerHTML = '';
});
});
@@ -83,13 +83,13 @@ function pdfzoomout(){
function resize_plus(){
cnt += 4;
cnt += 5;
newpdfzoom(cnt);
}
function resize_minus(){
cnt -= 4;
cnt -= 5;
newpdfzoom(cnt);
}