8000 remove interval debug · Dream-git/unslider@194007a · GitHub
[go: up one dir, main page]

Skip to content

Commit 194007a

Browse files
author
Visual Idiot
committed
remove interval debug
1 parent 6bca7b4 commit 194007a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/js/min/unslider-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/unslider.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,6 @@
180180

181181
// Start our autoplay
182182
self.start = function() {
183-
if(self.interval) {
184-
return;
185-
}
186-
187183
self.interval = setTimeout(function() {
188184
// Move on to the next slide
189185
self.next();

0 commit comments

Comments
 (0)
0