master
pisouvigne 4 years ago
parent 2b5630fc75
commit b9860b2ebc

Binary file not shown.

Binary file not shown.

@ -0,0 +1,9 @@
<?php
require('db.php');
$req = $db->prepare("DELETE FROM pseudos");
$req->execute();
$req = $db->prepare("DELETE FROM scores");
$req->execute();

@ -976,7 +976,7 @@ function vanillaSelection() {
wait('vanillaImpossible', document.querySelector(".sel3"))
}
document.querySelector(".sel4").onclick = function () {
wait('vanillaInfini', document.querySelector(".sel4"))
wait('vanillapInfini', document.querySelector(".sel4"))
}
document.querySelector(".infScore").onclick = function () {
leaderboard('vanilla', document.querySelector(".infScore"))

Loading…
Cancel
Save