You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(del){del.classList.remove('loading');if(!ds)del.textContent='—';elseif(ds.moonNum===0)del.textContent='Day Out of Time';elsedel.textContent='Day '+ds.dayOfMoon+', '+ds.moonName+' Moon '+ds.moonNum+'/13';}
722
722
723
-
// Hebrew — JS immediate, hebcal updates display
723
+
// Hebrew — JS D&R algorithm (FROZEN-2.0 port) · English output · no network dependency
724
+
// Verified: jsHebrew(2026,3,3) = "14 Adar 5786" ✓
724
725
consthel=document.getElementById('tt-hebrew');
725
-
if(hel){
726
-
hel.classList.remove('loading');
727
-
hel.textContent=jsHebrew(yr,mo,dy);// immediate, no loading state
0 commit comments