Content deleted Content added
Manishearth (talk | contribs) No edit summary |
Manishearth (talk | contribs) No edit summary |
||
Line 91:
var colorRectifier = "\""
//Just to return syntax highlighting to normal
sWin.close()
return allImpLinks;
}
Line 142 ⟶ 143:
var choice = confirm(linkAlreadyThere + " pages linked to " + deOrphanPgName + " before de-orphaning.\n" + howManyActuallyDeOrphaned + " pages were linked to " + deOrphanPgName + "\n" + (linkAlreadyThere + howManyActuallyDeOrphaned) + " pages link to " + deOrphanPgName + "now\n De-orphan? (Press cancel to tag the page with \'do-attempt\'.")
currentLinkWin = window.open("about:blank","","")
currentLinkWin.___location.replace(wgServer+"/
if(!currentLinkWin.addOnloadHook){
currentLinkWin.onload=function(){
Line 163 ⟶ 164:
var val = currentLinkWin.editform.wpTextbox1.value
var returnVal = val
//Testing on my local computer
}
Line 190 ⟶ 191:
}
}
|