noaarpt,js error
Posted: Wed 02 Jun 2021 12:12 pm
There is a small error in noaarpts.js which throws the following exception in the browser:-
It's fixed by changing line 51 from..noaarpts.js:51 Uncaught (in promise) ReferenceError: startMon is not defined at noaarpts.js:5
tomonSt = y == startYear ? startMon : 1;
monSt = y == startYear ? startMonth: 1;