This commit is contained in:
q
2013-09-16 10:54:52 +03:00
parent 45443cb5ea
commit a438f7f941

View File

@@ -1527,7 +1527,7 @@ function flipzoom() {
showimage(currentimage);
}
function getmaxthumbs() {
return Math.floor((document.body.clientWidth-30)/100)-3;
return Math.floor((document.body.clientWidth-30)/100)-2;
}
function isHTML(s) {