From a8046dcf9dc2cdc0592f50002e11f9c8177c56a4 Mon Sep 17 00:00:00 2001 From: Stan Date: Mon, 24 Nov 2025 22:27:11 -0500 Subject: [PATCH] add note and todo to script.js --- www/js/script.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/js/script.js b/www/js/script.js index 091278b..eecc092 100644 --- a/www/js/script.js +++ b/www/js/script.js @@ -4,4 +4,7 @@ window.onload = function () { 'The page has finished loading! After 2 second'; */ document.getElementById("updateDate").setAttribute("id", "updateDateV"); }, 2000); + // TODO Add timer for glitch + // NOTE Track mouse mouvement and show after a percentage of ? + // NOTE une page sur deux, ... }; \ No newline at end of file