diff --git a/public/script.js b/public/script.js index c7744984e..2311626b2 100644 --- a/public/script.js +++ b/public/script.js @@ -8535,8 +8535,6 @@ const swipe_right = () => { } if (run_generate) { //hide swipe arrows while generating this_div.css('display', 'none'); - const swipesCounter = currentMessage.find('.swipes-counter'); - swipesCounter.hide(); } // handles animated transitions when swipe right, specifically height transitions between messages if (run_generate || run_swipe_right) {