up
This commit is contained in:
parent
80e71bf326
commit
a1955c6ced
@ -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');
|
||||
|
||||
@ -64,7 +64,6 @@
|
||||
<script>
|
||||
|
||||
|
||||
let es = null;
|
||||
|
||||
// Fonction d'initialisation de l'EventSource
|
||||
function startEventSource() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user