s
This commit is contained in:
@@ -81,12 +81,12 @@ function pdfzoomout(){
|
||||
var cnt = 100;
|
||||
function resize_plus(){
|
||||
var div = document.getElementById("the-canvas");
|
||||
cnt += 2;
|
||||
cnt += 4;
|
||||
div.style.width = cnt+"%";
|
||||
}
|
||||
function resize_minus(){
|
||||
var div = document.getElementById("the-canvas");
|
||||
cnt -= 2;
|
||||
cnt -= 4;
|
||||
div.style.width = cnt+"%";
|
||||
}
|
||||
function getzoom(){
|
||||
|
||||
Reference in New Issue
Block a user