मीडियाविकि:Gadget-Twinkle.js: रिवीजन सभ के बीचा में अंतर

Content deleted Content added
Update vector classes (vectorMenu -> vector-menu) for the Twinkle menu; and some more changes
Updated per maintenance by Jon (WMF) on hiwiki
लाइन 467:
//Twinkle.talkback();
//Twinkle.image();
if (Morebits.userIsSysop) {
if(Twinkle.deprod( && typeof Twinkle.deprod === 'function'); {
Twinkle.batchdeletedeprod();
}
Twinkle.batchprotect();
if(Twinkle.batchdelete && typeof Twinkle.batchdelete === 'function') {
Twinkle.batchundelete();
Twinkle.batchdelete();
}
if(Twinkle.batchprotect && typeof Twinkle.batchprotect === 'function') {
Twinkle.batchprotect();
}
if(Twinkle.batchundelete && typeof Twinkle.batchundelete === 'function') {
Twinkle.batchundelete();
}
}
}
// Run the initialization callbacks for any custom modules
Twinkle.initCallbacks.forEach(function (func) {