diff --git a/res/index/script.js b/res/index/script.js index c5b28c5..41f96ad 100644 --- a/res/index/script.js +++ b/res/index/script.js @@ -26,5 +26,5 @@ function change_slideshow_img() last_index = random_index; - setTimeout(change_slideshow_img, 3000); + setTimeout(function() {change_slideshow_img()}, 3000); } \ No newline at end of file