diff --git a/script.js b/script.js index fa94ffb..afa5fca 100644 --- a/script.js +++ b/script.js @@ -341,9 +341,7 @@ $(document).ready(async function() { const newPosts = await Promise.all(hashtagsArray.map(hashtag => fetchPosts(serverUrl, hashtag))); let updated = updateWall(newPosts.flat()); if ( updated > 0 ) { - hideCarousel() updateCarousel(slides, newPosts.flat()); - setTimeout(async function() { showCarousel(); }, duration) } }, refresh); } else {