diff --git a/SwichGIT/src/index.php b/SwichGIT/src/index.php index 7645ef1..7cd4a21 100644 --- a/SwichGIT/src/index.php +++ b/SwichGIT/src/index.php @@ -1035,11 +1035,9 @@ require("ConnexionBDD.php"); diff --git a/SwichGIT/src/js/main.js b/SwichGIT/src/js/main.js index 62901a0..40fa726 100644 --- a/SwichGIT/src/js/main.js +++ b/SwichGIT/src/js/main.js @@ -3240,9 +3240,8 @@ function functionLange(){ } } -function recuphighscore(){ + function recuphighscore(){ var nom = document.getElementById('nom').value; - var score = lesPoints; $.ajax({ type: "POST", @@ -3260,11 +3259,11 @@ function recuphighscore(){ } }); -} + } -function reloadAfterHS(){ + function reloadAfterHS(){ retour(); window.location.reload(); -} + } diff --git a/SwichGIT/src/mysqlitedb.db b/SwichGIT/src/mysqlitedb.db index a52efa4..e088902 100644 Binary files a/SwichGIT/src/mysqlitedb.db and b/SwichGIT/src/mysqlitedb.db differ