MediaWiki:Gadget-Massblock.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m -codice di debug |
bugfix |
||
Riga 108:
this.protectReason = $( "#wpMassBlockProtectReason input" ).val().trim();
this.isInfty = isInfinity(
// Several actions can only be executed if the block is infinite
this.protectTalk = $( "#wpMassBlockProtectTalk input" ).prop( 'checked' ) && this.isInfty;
|