From 785254300d5f06ea6be5f688baf55f7b51590ad8 Mon Sep 17 00:00:00 2001 From: Uda Jul Date: Thu, 29 Jun 2023 19:00:01 +0700 Subject: [PATCH] Update crossword.js add no repeat background --- crossword.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossword.js b/crossword.js index 94ed5b1..9ad13ad 100644 --- a/crossword.js +++ b/crossword.js @@ -386,7 +386,7 @@ var CrosswordUtils = { if(is_start_of_word) { var img_url = CrosswordUtils.PATH_TO_PNGS_OF_NUMBERS + label + ".png"; - html.push(""); + html.push(""); label++; } else { html.push("");