Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 83: | Rivi 83: | ||
if ( ot == 'level' ) { | if ( ot == 'level' ) { | ||
if ( typeof data.inreltomwl != 'undefined' ) { | |||
jw.obstype[ot].mean = data.inreltomwl; | jw.obstype[ot].mean = data.inreltomwl; | ||
jw.obstype[ot].type = 'inreltomwl'; | jw.obstype[ot].type = 'inreltomwl'; | ||
else if ( typeof data.inreltodateavg != 'undefined' ) { | |||
jw.obstype[ot].mean = data.inreltodateavg; | |||
jw.obstype[ot].type = 'inreltodateavg'; | |||
} else { | } else { | ||
jw.obstype[ot].mean = null; | jw.obstype[ot].mean = null; | ||


