js ver 37

This commit is contained in:
Andrey Kuvshinov
2020-04-29 23:39:10 +03:00
parent d53a2177c5
commit d990efa7b2
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,6 @@ function resize_minus(){
function newpdfzoom(czoom){
var status = czoom+"%";
cent = czoom;
document.getElementById(pdfcanvas).style.width = status;
document.getElementById('zoomstatus').innerHTML = status;
@@ -143,6 +142,7 @@ function startpdfviewer(newcurr){
if (pdcurr == newcurr){
czoom = getzoom('pdfscale');
if (czoom > 10) {
cnt = zoom;
newpdfzoom(czoom);
}
}