Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 77: | Rivi 77: | ||
if ( typeof jQuery( this ).attr( 'data-start-date' ) != 'undefined' ) { | if ( typeof jQuery( this ).attr( 'data-start-date' ) != 'undefined' ) { | ||
memo.startDate = jQuery( this ).attr( 'data-start-date' ); | memo.startDate = jQuery( this ).attr( 'data-start-date' ); | ||
} else if ( | } else if ( jQuery( this ).attr( 'data-start-year' ) != 'undefined' ) { | ||
memo.startDate = jQuery( this ).attr( 'data-start-year' ) + '-01-01'; | memo.startDate = jQuery( this ).attr( 'data-start-year' ) + '-01-01'; | ||
} else { | } else { | ||


