Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 105: | Rivi 105: | ||
memo.jw = new jwApi(); | memo.jw = new jwApi(); | ||
var custom = ''; | var custom = ''; | ||
if ( typeof memo.obscodeParts[1] != 'undefined' ) { | if ( typeof memo.obscodeParts[1] != 'undefined' ) { | ||
if ( typeof memo.obscodeParts[2] != 'undefined' ) { | if ( typeof memo.obscodeParts[2] != 'undefined' ) { | ||
| Rivi 116: | Rivi 116: | ||
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( memo ); | |||
drawVisualization(memo); | drawVisualization(memo); | ||
}); | }); | ||


