s
This commit is contained in:
@@ -83,13 +83,23 @@ function pdfzoomout(){
|
||||
|
||||
|
||||
function resize_plus(){
|
||||
cnt += 5;
|
||||
if (window.screen.width >= 560) {
|
||||
cnt += 5;
|
||||
}
|
||||
else{
|
||||
cnt += 20;
|
||||
}
|
||||
newpdfzoom(cnt);
|
||||
}
|
||||
|
||||
|
||||
function resize_minus(){
|
||||
cnt -= 5;
|
||||
if (window.screen.width >= 560) {
|
||||
cnt -= 5;
|
||||
}
|
||||
else{
|
||||
cnt -= 20;
|
||||
}
|
||||
newpdfzoom(cnt);
|
||||
}
|
||||
|
||||
@@ -104,8 +114,6 @@ function newpdfzoom(czoom){
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
function getzoom( name ){
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user