Ero sivun ”Widget:JwCurrentCharts” versioiden välillä
Järvi-meriwikistä
Rivi 631: | Rivi 631: | ||
if ( ic > 0 ) { | if ( ic > 0 ) { | ||
dist = Math.sqrt( Math.pow( (4.5-col), 2 ) + Math.pow( (4.5-row), 2 ) )/ Math.sqrt( 40.5 ); | dist = Math.sqrt( Math.pow( (4.5-col), 2 ) + Math.pow( (4.5-row), 2 ) )/ Math.sqrt( 40.5 ); | ||
− | + | if ( today.getMonth() > 0 && today.getMonth() < 6 ) { dist = 1- dist; } | |
random = (Math.random()-0.5)*0.25; | random = (Math.random()-0.5)*0.25; | ||
if ( ( (dist+random) > (1-iavg) ) ) { | if ( ( (dist+random) > (1-iavg) ) ) { |