fixed panorama recursion freeze
This commit is contained in:
parent
6c07f45a52
commit
a430243240
@ -26,5 +26,5 @@ function change_slideshow_img()
|
||||
|
||||
last_index = random_index;
|
||||
|
||||
setTimeout(change_slideshow_img, 3000);
|
||||
setTimeout(function() {change_slideshow_img()}, 3000);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user