From 8b49ad1276abe5832c0fb9a86a5e9d99aaf913c3 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Tue, 23 Jul 2013 16:22:08 +0300 Subject: [PATCH] removed animation for fast slideshows --- galleryscript.js | 9 ++++++--- gallerystyle.css | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/galleryscript.js b/galleryscript.js index acb3039..a74fa9b 100644 --- a/galleryscript.js +++ b/galleryscript.js @@ -977,7 +977,10 @@ function showimage(i) { if (i>imagelist.length-1 || i<0) { return; } thumblist(i,i); var dirStr=$('#imagecontainer').data('ID')