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'); } })