Utente:Autoputrefaziosamente/monobook.js: differenze tra le versioni

nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
 
Riga 18:
}
);
 
function VF() {
if(!$('#toolbar').length) {
return;
}
if(wgCurRevisionId) {
mwEditButtons[9].tagOpen = '--~~' + '~~{{VF|' + wgCurRevisionId + '}' + '}';
}
else {
mwEditButtons[9].tagOpen = '--~~' + '~~{{VF|}' + '}';
}
}
hooksCustom.push(VF);