removing noop delay

This commit is contained in:
Knut Forkalsrud 2010-11-01 23:30:36 -07:00
parent 17c59ef407
commit 05c291c9d8

View file

@ -99,7 +99,7 @@ $(document).ready(function() {
'titleFormat' : formatTitle
});
if (selectedPos) {
$(gallery[selectedPos]).delay(5000).trigger('click');
$(gallery[selectedPos]).trigger('click');
}
})
</script>