This commit is contained in:
julien 2025-06-19 17:12:55 +02:00
parent 80e71bf326
commit a1955c6ced
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
console.log("la");
console.log("la");
let es = null;
async function validatePath() {
const pathInput = document.getElementById('path-input');
const statusIcon = document.getElementById('path-status-icon');

View File

@ -64,7 +64,6 @@
<script>
let es = null;
// Fonction d'initialisation de l'EventSource
function startEventSource() {