Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 80: | Rivi 80: | ||
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' ) { | ||
custom += '[[' + i18n[memo.obscodeParts[0]].catName + '::' + memo.obscodeParts[2] +']]'; | custom += '[[' + i18n[memo.obscodeParts[0]].catName + '::' + memo.obscodeParts[2].split(',').join('||') +']]'; | ||
} else { | } else { | ||
custom += '[[' + i18n[memo.obscode].catName + '::>0]]'; | custom += '[[' + i18n[memo.obscode].catName + '::>0]]'; | ||


