diff --git a/.gitignore b/.gitignore index f75a5150..94636736 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,6 @@ /.idea *.db -/.vscode \ No newline at end of file +/.vscode +/package.json +/package-lock.json \ No newline at end of file diff --git a/View/src/JS/base.js b/View/src/JS/base.js index 1dbe44f6..abf8dc84 100644 --- a/View/src/JS/base.js +++ b/View/src/JS/base.js @@ -1,6 +1,6 @@ // const URL = "http://localhost/Scripted/index.php"; -const URL = "http://82.165.180.114/Scripted/index.php"; -// const URL = "http://sancy.iut.uca.fr/~lafourcade/Scripted/index.php"; +// const URL = "http://82.165.180.114/Scripted/index.php"; +const URL = "http://sancy.iut.uca.fr/~lafourcade/Scripted/index.php"; function run() { const terminal = document.getElementById("console"); diff --git a/View/src/JS/baseTest.js b/View/src/JS/baseTest.js index f3e8a299..47b0a720 100644 --- a/View/src/JS/baseTest.js +++ b/View/src/JS/baseTest.js @@ -1,6 +1,7 @@ // const URL = "http://localhost/Scripted/index.php"; -const URL = "http://82.165.180.114/Scripted/index.php"; -// const URL = "http://sancy.iut.uca.fr/~lafourcade/Scripted/index.php"; +// const URL = "http://82.165.180.114/Scripted/index.php"; +/* A comment. */ +const URL = "http://sancy.iut.uca.fr/~lafourcade/Scripted/index.php"; function run() { const terminal = document.getElementById("console"); diff --git a/View/src/pages/Multijoueur/Partie.php b/View/src/pages/Multijoueur/Partie.php index b9a78314..0e8258bc 100644 --- a/View/src/pages/Multijoueur/Partie.php +++ b/View/src/pages/Multijoueur/Partie.php @@ -173,8 +173,8 @@