Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 628: | Rivi 628: | ||
if ( typeof obs.data.depthR != 'undefined' ) { | if ( typeof obs.data.depthR != 'undefined' ) { | ||
if ( typeof memo.depthsO[ obs.data.depthR ] == 'undefined' ) { memo.depthsO[ obs.data.depthR ] = { 'values': [], 'valstrings': [] }; } | if ( typeof memo.depthsO[ obs.data.depthR ] == 'undefined' ) { memo.depthsO[ obs.data.depthR ] = { 'values': [], 'valstrings': [], 'valstring': '' }; } | ||
if ( typeof obs.data.depthAval != 'undefined' ) { | if ( typeof obs.data.depthAval != 'undefined' ) { | ||
memo.depthsO[ obs.data.depthR ].values.push( obs.data.depthAval ); | memo.depthsO[ obs.data.depthR ].values.push( obs.data.depthAval ); | ||
| Rivi 666: | Rivi 666: | ||
} | } | ||
if ( memo.depthsO[ depthcats[0] ]. | if ( memo.depthsO[ depthcats[0] ].valstring != '' ) { | ||
memo.title += memo.depthsO[ depthcats[0] ].valstring; | memo.title += memo.depthsO[ depthcats[0] ].valstring; | ||
} | } | ||


