From 9191b6836c359fcdfb654c98cc23053827fe6ec1 Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 30 Mar 2023 01:21:34 +0200 Subject: [PATCH] fix insertRadio filter --- js/sudoku.js | 1 - sudoku.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/js/sudoku.js b/js/sudoku.js index b7a3c89..3f34690 100755 --- a/js/sudoku.js +++ b/js/sudoku.js @@ -232,7 +232,6 @@ function enableRadio() { valueToInsert = "" } } - insertRadios = insertRadios.filter(radio => !radio.disabled) } function highlight() { diff --git a/sudoku.php b/sudoku.php index 1f1d04a..ad87e6a 100755 --- a/sudoku.php +++ b/sudoku.php @@ -74,7 +74,7 @@
\n"; + echo " \n"; } ?>