removing noop delay
This commit is contained in:
parent
17c59ef407
commit
05c291c9d8
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ $(document).ready(function() {
|
||||||
'titleFormat' : formatTitle
|
'titleFormat' : formatTitle
|
||||||
});
|
});
|
||||||
if (selectedPos) {
|
if (selectedPos) {
|
||||||
$(gallery[selectedPos]).delay(5000).trigger('click');
|
$(gallery[selectedPos]).trigger('click');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue