Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 12: | Rivi 12: | ||
function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | ||
jQuery( | setInterval( function() { | ||
jQuery( '.fieldValuesDisplay' ).each( function() { | |||
}); | if ( !!jQuery( this ).hasClass( 'jw-minimized' ) ) { | ||
console.log( 'minimized' ); | |||
jQuery( this ).addClass( 'jw-minimized' ); | |||
} | |||
}); | |||
}, 250); | |||
jQuery('fieldset:visible .JwLocRadiobuttons').each(function() { | jQuery('fieldset:visible .JwLocRadiobuttons').each(function() { | ||


