Utente:Sakretsu/common.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
test
m fix
Riga 398:
var qs = '?gbexpiry=' + encodeURIComponent( wpExpiry === 'Altra durata:' ? wpExpiryOther : wpExpiry );
qs += '&gbreason=' + encodeURIComponent( reason );
qs += '&gbdisableUTEdit=' + ( $( 'input[name=wpDisableUTEdit]' ).prop( 'checked' ) ? '1' : '0' );
qs += partialBlockString;
$( this ).attr( 'action', $( this ).attr( 'action' ) + qs );