Utente:Valcio/Script/AvvisoRiduzioneBozza.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix |
fix |
||
Riga 87:
}).done( function ( data ) {
var username=data.query.pages[0].revisions[data.query.pages[0].revisions.length - 1].user;
var reason=data.query.pages[0].revisions[0].comment.slice(data.query.pages[0].revisions[0].comment
buildForm(username, title.slice(title.indexOf(":")+1), reason);
} )
|