add zommstatus_up

This commit is contained in:
Andrey Kuvshinov
2020-04-30 00:51:53 +03:00
parent bafe888974
commit fc16e31bc4
4 changed files with 11 additions and 7 deletions

View File

@@ -98,7 +98,8 @@ function newpdfzoom(czoom){
var status = czoom+"%";
document.getElementById(pdfcanvas).style.width = status;
document.getElementById('zoomstatus').innerHTML = status;
document.getElementById('zoomstatus_up').innerHTML = status;
//document.getElementById('zoomstatus_down').innerHTML = status;
setzoom('pdfscale', czoom);