probably ready to launch; setting up the Sitix action now

This commit is contained in:
Lazy Hippopotamus
2024-04-10 12:22:12 -04:00
parent fb6eb1d682
commit 53064a389f
36 changed files with 182 additions and 217 deletions

View File

@@ -20,5 +20,5 @@ Array.from(document.getElementsByClassName("ytframe")).forEach(frame => { // res
frame.height = frame.getBoundingClientRect().height * w2 / w1;
});
document.getElementById("gregorian").innerText = new Date().toLocaleDateString('en-us', { weekday: "long", year: "numeric", month: "long", day: "numeric" });
//document.getElementById("gregorian").innerText = new Date().toLocaleDateString('en-us', { weekday: "long", year: "numeric", month: "long", day: "numeric" });
document.getElementById("hebrew").innerText = new Date().toLocaleDateString('en-u-ca-hebrew', { weekday: "long", year: "numeric", month: "long", day: "numeric" });