3c3 < Sudoku - RJM Programming - December 2022 - Sudoku --- > Sudoku - RJM Programming - December, 2022 9,11c9 < th { text-align: left; vertical-align: top; } < textarea { width: 90%; } < input { width: 90%; } --- > th { text-align: left; } 14d11 < 39,43c36,37 < (location.search.split('thegame=')[1] ? decodeURIComponent(location.search.split('thegame=')[1].split('&')[0]) : '485719362937264815612583794269456173378126549154937628543672981896341257721895436')]; < < if (puzzles[eval(-1 + puzzles.length)] != '485719362937264815612583794269456173378126549154937628543672981896341257721895436') { < ipuzzle=eval(-1 + puzzles.length); //Math.floor(Math.random() * puzzles.length); < } --- > '485719362937264815612583794269456173378126549154937628543672981896341257721895436']; > //ipuzzle=Math.floor(Math.random() * puzzles.length); 104c98 < if (eval('' + k) > 30) { goes++; if (1 == 2) { document.title+='' + goes; } if (1 == 11) { console.log(goes + ' at i=' + i + ' hrecs[0]=' + hrecs[0] + ' hrecs[1]=' + hrecs[1] + ' hrecs[2]=' + hrecs[2]); } return false; } --- > if (eval('' + k) > 30) { goes++; document.title+='' + goes; if (1 == 1) { console.log(goes + ' at i=' + i + ' hrecs[0]=' + hrecs[0] + ' hrecs[1]=' + hrecs[1] + ' hrecs[2]=' + hrecs[2]); } return false; } 171,173d164 < if (document.URL.indexOf('/sudoku.htm') == -1) { < document.getElementById('ares').style.textDecoration='none'; < } 178c169 <
--- >
180,181c171,172 <

RJM Programming - December, 2022

<
--- >

RJM Programming - December, 2022

>