Utente:Daimona Eaytoy/Massblock.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Proteggi soltanto dopo aver editato (se la pagina va editata) per evitare conflitti con il tipo di protezione |
m fix |
||
Riga 6:
* Overwrite values in localMsg below to localize.
*
* @todo docs!!, better i18n
*/
( function( mw, $ ) {
Riga 234 ⟶ 233:
$.when.apply( $, deferreds ).always( function() {
doPostBlockActions( errors );
OO.ui.alert(
Riga 246 ⟶ 244:
* Executed after all users have been processed.
*/
function doPostBlockActions( errors ) {console.log(errors);
if ( errors.length > 0 ) {
var linkedList = "";
|