Utente:Daimona Eaytoy/Massblock.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
m Disabled anziché toggle. Ignora regola jshint
m fix
Riga 302:
 
for ( var id in toggle ) {
$( '#' + toggle[ id ] ).propsearch( 'disabledinput', show).each( function(); {
$( this ).prop( 'disabled', show )
} );
}
};