From 3a5951b83c12e18d0c07949f491a620f42378e92 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Thu, 24 May 2012 15:18:14 +0300 Subject: [PATCH] all thumbs will no longer display the names of the files --- galleryscript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galleryscript.js b/galleryscript.js index ece3f6e..9b554e1 100644 --- a/galleryscript.js +++ b/galleryscript.js @@ -223,7 +223,7 @@ function allthumbs() { ob=document.getElementById('thumbcontainer'); thumbstr='

Images

'; for (i=0; i
'+nicestring(imagelist[i])+''; + thumbstr+=''; } thumbstr+='
'; ob.innerHTML=thumbstr;