Lately, every time I open a page in ESR, I get javascript errors. Today on the lunch break wanted to read ESR with my food as usual and I gave them a look. The one that says: “seconds” is undefined, is straight forward. Just define seconds outside the if clause, or simple get outside the line “seconds = Math.floor(((((timeleft%31556926)%2629744)%86400)%3600)%60);”. I get another one saying: “ord” is undefined, but didn’t see anything obvious about that (just gave them a glance though).

It would be nice, if someone could correct them