This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Pour ne plus jamais manquer un bus | |
var busElt = document.getElementById('bus'); | |
var now = new Date(); | |
var hoursAuto = now.getHours() * 60 + now.getMinutes() * 1; | |
// Valeur dans le tableau = Heure * 60 + Minute | |
var Iut = | |
["835", | |
"862", | |
"880", |
NewerOlder