Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 672: | Rivi 672: | ||
if ( depthcats[0] == 'surface' ) { | if ( depthcats[0] == 'surface' ) { | ||
memo.title | memo.title.replace( '–', '(' + i18n[ 'surface' ][ memo.lang ] + ') –' ); | ||
} else if ( depthcats[0] == 'bottom' ) { | } else if ( depthcats[0] == 'bottom' ) { | ||
memo.title | memo.title.replace( '–', '(' + i18n[ 'bottom' ][ memo.lang ] + ') –' ); | ||
} | } | ||
if ( memo.depthsO[ depthcats[0] ].valstring != '' ) { | if ( memo.depthsO[ depthcats[0] ].valstring != '' ) { | ||
memo.title += memo.depthsO[ depthcats[0] ].valstring; | //memo.title += memo.depthsO[ depthcats[0] ].valstring; | ||
} | } | ||


