Skip to content

Commit

Permalink
Update challenge.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mngz47 authored Feb 29, 2024
1 parent e8cb678 commit d12d4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rr/challenge.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ p2points+=10;

e("start").innerHTML = (show_challenge_winner(p1points,Math.round(p1points/14),p1seconds,p1moves,p2points,Math.round(p1points/14),p1seconds,p2moves,(p2points>p1points?"You":"Machine")));

toggle("start");
// toggle("start");

// alert(document.cookie);
deleteAllCookies()
Expand Down

0 comments on commit d12d4ab

Please sign in to comment.