Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 14: | Rivi 14: | ||
setInterval( function() { | setInterval( function() { | ||
jQuery( '.fieldValuesDisplay' ).each( function() { | jQuery( '.fieldValuesDisplay' ).each( function() { | ||
if ( !jQuery( this ).hasClass( 'jw-minimized' ) ) { | |||
if ( | |||
console.log( 'minimized' ); | console.log( 'minimized' ); | ||
jQuery( this ).addClass( 'jw-minimized' ); | jQuery( this ).addClass( 'jw-minimized' ); | ||
} | } | ||
}); | }); | ||
}, | }, 250); | ||
jQuery('fieldset:visible .JwLocRadiobuttons').each(function() { | jQuery('fieldset:visible .JwLocRadiobuttons').each(function() { | ||


