Content deleted Content added
update script |
+ |
||
Line 5:
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASam+Sailor%2FScripts%2FSagittarius%2B.js&action=raw&ctype=text/javascript'); // [[User:Sam Sailor/Scripts/Sagittarius+.js]]
importScript('User:DannyS712/AjaxRollback.js');// [[User:DannyS712/AjaxRollback.js]]
/* Automatically tick the "Move subpages" option when moving pages.*/
var moveSubpagesBox = document.getElementsByName("wpMovesubpages")[0];
if (moveSubpagesBox !== undefined) {
moveSubpagesBox.checked = true;
}
|