From 05c291c9d81040c30b20f3469f57f5a4a27776f0 Mon Sep 17 00:00:00 2001 From: Knut Forkalsrud Date: Mon, 1 Nov 2010 23:30:36 -0700 Subject: [PATCH] removing noop delay --- src/main/webapp/WEB-INF/velocity/photo.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/velocity/photo.vm b/src/main/webapp/WEB-INF/velocity/photo.vm index 027718e..0f7b72c 100644 --- a/src/main/webapp/WEB-INF/velocity/photo.vm +++ b/src/main/webapp/WEB-INF/velocity/photo.vm @@ -99,7 +99,7 @@ $(document).ready(function() { 'titleFormat' : formatTitle }); if (selectedPos) { - $(gallery[selectedPos]).delay(5000).trigger('click'); + $(gallery[selectedPos]).trigger('click'); } })