Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 1 631: | Rivi 1 631: | ||
y = obs.mwDate.getFullYear(); | y = obs.mwDate.getFullYear(); | ||
w = obs.mwDate.getWeek(); | w = obs.mwDate.getWeek(); | ||
if ( memo.season == 'winter' && w == 1 && y == memo.curSeason ) { y++; } | if ( ( memo.season == 'winter' && w == 1 && y == memo.curSeason ) || y < memo.curSeason ) { y++; } | ||
console.log( memo.season ); console.log( y ); console.log( w ); console.log( obs.mwDate ); | console.log( memo.season ); console.log( y ); console.log( w ); console.log( obs.mwDate ); | ||
console.log( memo.avgW ); | console.log( memo.avgW ); | ||


