s
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user