From 3049a4314ab91a792287a3a8f51107f6a32d244d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E4=B9=A6=E7=85=8C?= <2070136618@qq.com> Date: Fri, 5 Jul 2024 13:35:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E6=98=AF=E4=BF=AE=E6=94=B9=E5=90=8D?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/static/js/word_operation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/static/js/word_operation.js b/app/static/js/word_operation.js index 5211f43..9711ee3 100644 --- a/app/static/js/word_operation.js +++ b/app/static/js/word_operation.js @@ -209,7 +209,6 @@ function random_select_word(word) { [wordContainersArray[i], wordContainersArray[j]] = [wordContainersArray[j], wordContainersArray[i]]; } - wordContainersArray.forEach((p, index) => { if (index < 10) { p.style.display = 'block';