From f32b6d8edf9e6694e00fc4c316df47cdecbb9cbb Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Tue, 1 Oct 2013 19:52:57 +0300 Subject: [PATCH] fixing new structure bugs --- galleryscript.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galleryscript.js b/galleryscript.js index 5115266..08febfe 100644 --- a/galleryscript.js +++ b/galleryscript.js @@ -1189,7 +1189,7 @@ function allthumbs() { // Shows all the thumbnails in the current folder thumbstr='
'; for (i=0; i'; + thumbstr+=''; } thumbstr+='
'; $('#thumbcontainer').html(thumbstr); @@ -1204,7 +1204,7 @@ function allmediums() { // Shows all the medium sized in the current folder thumbstr='
'; for (i=0; i'; + thumbstr+=''; } thumbstr+='
'; $('#thumbcontainer').html(thumbstr);