petites modifs
This commit is contained in:
parent
db9b79fb6d
commit
6b6edd369b
@ -60,7 +60,7 @@ for (let input of inputs) {
|
||||
) {
|
||||
sha256(inputs.map((input) => input.value).join("")).then((hash) => {
|
||||
if (hash == solution_hashee.value) {
|
||||
if (confirm("Bravo ! \nUne nouvelle partie ?")) {
|
||||
if (confirm("Bravo !\nUne nouvelle partie ?")) {
|
||||
grilleForm.submit();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user