Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 23: | Rivi 23: | ||
function obsesReady() { | function obsesReady() { | ||
jw.obstype = {}; | jw.obstype = {}; | ||
for ( var o in jw. | for ( var o in jw.obsList ) { | ||
if ( typeof jw.obstype[ jw.obs[o].printouts.ObsCode[0] ] == 'undefined' ) { jw.obstype[ jw.obs[o].printouts.ObsCode[0] ] = []; } | if ( typeof jw.obstype[ jw.obs[o].printouts.ObsCode[0] ] == 'undefined' ) { jw.obstype[ jw.obs[o].printouts.ObsCode[0] ] = []; } | ||
jw.obstype[ jw.obs[o].printouts.ObsCode[0] ].push( o ); | jw.obstype[ jw.obs[o].printouts.ObsCode[0] ].push( o ); | ||


