Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c24f835 + ac2613b commit a5c3f95Copy full SHA for a5c3f95
src/tabs/tabs.slideshow.js
@@ -54,6 +54,8 @@
54
* Similar fix for autoscroll animation queue problem
55
*/
56
function next(){
57
+ // Fixes https://github.com/jquerytools/jquerytools/issues/885
58
+ if (timer) clearTimeout(timer); // reset timeout, especially for angry clicks
59
timer = setTimeout(function(){
60
tabs.next();
61
}, conf.interval);
0 commit comments