Content deleted Content added
Magioladitis (talk | contribs) a minor update; still this script is outdated since do-attempt is not used anymore |
'addOnloadHook' is deprecated |
||
Line 72:
var deOrphanPgName = ""
var deOrphanProcessFirstCall=false
var gServerPre;
var gServerPost;
Line 167:
currentLinkWin = window.open("about:blank","","")
currentLinkWin.___location.replace(wgServer+"/w/index.php?title=" + deOrphanDocumentLinkArray[linkACounter].replace(/\/wiki\//,"") + "&action=edit")
if(!currentLinkWin.
currentLinkWin.onload=function(){
currentLinkWin.
openALInnerFunct()
});
Line 175:
}else{
if(!currentLinkWin.document.loaded){
currentLinkWin.
openALInnerFunct()
});
Line 187:
function closeTheWindow(){
//alert("closing")
if(!currentLinkWin.
currentLinkWin.onload=function(){
currentLinkWin.
closeTWInnerFunct()
});
Line 195:
}else{
if(!currentLinkWin.document.loaded){
currentLinkWin.
closeTWInnerFunct()
});
Line 212:
}
currentLinkWin.___location.replace(wgServer+"/w/index.php?title=" + deOrphanPgName + "&action=edit")
if(!currentLinkWin.
currentLinkWin.onload=function(){
currentLinkWin.
addOrphanTag(choice)
});
Line 220:
}else{
if(!currentLinkWin.document.loaded){
currentLinkWin.
addOrphanTag(choice)
});
|