Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
Rivi 18: | Rivi 18: | ||
function <!--{$id|default:CardMap|escape:'html'}-->_func() { | function <!--{$id|default:CardMap|escape:'html'}-->_func() { | ||
var height = "<!--{$height|default:144px|escape:'html'}-->"; | |||
if ( typeof window.jwcardmap == 'undefined' ) { | if ( typeof window.jwcardmap == 'undefined' ) { | ||
Rivi 44: | Rivi 46: | ||
function <!--{$id|default:CardMap|escape:'html'}-->ldone() { | function <!--{$id|default:CardMap|escape:'html'}-->ldone() { | ||
lc--; | lc--; | ||
if ( lc < 0 ) { | if ( lc < 0 ) { | ||
<!--{$id|default:CardMap|escape:'html'}-->allReady(); | <!--{$id|default:CardMap|escape:'html'}-->allReady(); | ||
Rivi 61: | Rivi 62: | ||
window.jwcardmap[ id ] = { memo: {} }; | window.jwcardmap[ id ] = { memo: {} }; | ||
jQuery( this ).prop( 'id', id ); | jQuery( this ).prop( 'id', id ); | ||
jQuery ( this ).height( | jQuery ( this ).height( parseInt( height ) ); | ||
var page = jQuery( this ).attr( 'data-lake' ); | var page = jQuery( this ).attr( 'data-lake' ); | ||