From a438f7f9414f00fad151317f90a5e07f7702d95d Mon Sep 17 00:00:00 2001 From: q Date: Mon, 16 Sep 2013 10:54:52 +0300 Subject: [PATCH] hmm --- galleryscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galleryscript.js b/galleryscript.js index 6eb4104..dedc665 100644 --- a/galleryscript.js +++ b/galleryscript.js @@ -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) {