Public Access
5
0
Files
web01/www/js/script.js
2025-11-24 22:27:11 -05:00

10 lines
488 B
JavaScript

window.onload = function () {
setTimeout(function () {
/* document.getElementById('message').innerHTML =
'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, ...
};