From e8ac52b6551766a3238469eb159332211c47e013 Mon Sep 17 00:00:00 2001 From: Repellent Date: Sat, 27 Dec 2025 21:27:59 +0500 Subject: [PATCH] =?UTF-8?q?++=20fix=20=D0=BF=D1=80=D0=B8=20=D0=BA=D0=BB?= =?UTF-8?q?=D0=B8=D0=BA=D0=B5=20=D0=BF=D0=BE=20=D0=BA=D0=BD=D0=BE=D0=BF?= =?UTF-8?q?=D0=BA=D0=B5=20=D0=9E=D1=87=D0=B8=D1=81=D1=82=D0=B8=D1=82=D1=8C?= =?UTF-8?q?=20=D1=81=D1=8C=D1=80=D0=B0=D1=81=D1=8B=D0=B2=D0=B0=D0=B5=D0=BC?= =?UTF-8?q?=20=D1=81=D1=87=D0=B5=D1=82=D1=87=D0=B8=D0=BA=20=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D0=B2=D1=88=D0=B8=D1=85=D1=81=D1=8F=20=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=B2=D0=BE=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/comment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/comment.js b/js/comment.js index 57781e0..8651c3c 100644 --- a/js/comment.js +++ b/js/comment.js @@ -192,6 +192,7 @@ if (timeLeft <= 0) { $('#comment_user_rating').val(0); $('#user_rating_stars .star-choice').removeClass('bi-star-fill').addClass('bi-star'); $('#image_preview_wrapper').addClass('d-none'); + $('#charsLeft_new').text(MAX_CHARS); }); $doc.on('click', '#reset_stars', function(e) {