Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 74: | Rivi 74: | ||
memo.obscodeParts = memo.obscode.split('_'); | memo.obscodeParts = memo.obscode.split('_'); | ||
memo.title = jQuery( this ).attr( 'data-title' ); if ( typeof memo.title == 'undefined' ) { memo.title = i18n[ memo.obscode ][ 'title' ][ memo.lang ]; } | memo.title = jQuery( this ).attr( 'data-title' ); if ( typeof memo.title == 'undefined' ) { memo.title = i18n[ memo.obscode ][ 'title' ][ memo.lang ]; } | ||
if ( typeof jQuery( this ).attr( 'data-start-date' ) != 'undefined' ) { | |||
memo.startDate = jQuery( this ).attr( 'data-start-date' ); | |||
} else if ( typeof memo.startDate == 'undefined' ) { | |||
memo.startDate = jQuery( this ).attr( 'data-start-year' ) + '-01-01'; | memo.startDate = jQuery( this ).attr( 'data-start-year' ) + '-01-01'; | ||
} else { | } else { | ||


