Skip to content

Commit

Permalink
modification du chemin d'acces du fichier timer
Browse files Browse the repository at this point in the history
  • Loading branch information
XP48 committed Apr 3, 2024
1 parent cb86254 commit f1a3edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var started = false;
let timeLeft;


const timer = new Worker('/js/timer.js');
const timer = new Worker('js/timer.js');

timer.onmessage = function(event) {
const data = event.data;
Expand Down

0 comments on commit f1a3edb

Please sign in to comment.