Ero sivun ”Widget:JwObsCharts2” versioiden välillä
Järvi-meriwikistä
Rivi 129: | Rivi 129: | ||
memo.headerEl.append( '<div class="obscharttitle" style="float: left;"></div>' ); | memo.headerEl.append( '<div class="obscharttitle" style="float: left;"></div>' ); | ||
memo.titleEl = jQuery( this ).find( '.obscharttitle' ); | memo.titleEl = jQuery( this ).find( '.obscharttitle' ); | ||
− | + | console.log( memo ); | |
// add or hide footer | // add or hide footer | ||
if ( memo.caption == '' && !memo.showsitelink ) { | if ( memo.caption == '' && !memo.showsitelink ) { | ||
memo.footerEl.hide(); | memo.footerEl.hide(); | ||
} else { | } else { | ||
− | + | console.log( memo ); | |
if ( memo.caption != '' ) { | if ( memo.caption != '' ) { | ||
memo.footerEl.append( memo.caption ); | memo.footerEl.append( memo.caption ); |