Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 102: | Rivi 102: | ||
//memo.titleEl.html( i18n[ memo.obscode ].title[ memo.lang ] ); | //memo.titleEl.html( i18n[ memo.obscode ].title[ memo.lang ] ); | ||
memo.jw = new jwApi(); | memo.jw = new jwApi(); | ||
| Rivi 117: | Rivi 114: | ||
} | } | ||
console.log( new Date() ); | |||
memo.jw.loadObses( { 'obscode': memo.obscodeParts[0], 'siteid': memo.siteid, 'startdate': memo.startyear + '-01-01', 'custom': custom }, function( o ) { | memo.jw.loadObses( { 'obscode': memo.obscodeParts[0], 'siteid': memo.siteid, 'startdate': memo.startyear + '-01-01', 'custom': custom }, function( o ) { | ||
memo.obses = memo.jw.obs; | memo.obses = memo.jw.obs; | ||
console.log( new Date() ); | |||
drawVisualization(memo); | drawVisualization(memo); | ||
}); | }); | ||


