Content deleted Content added
Joshua Scott (talk | contribs) try again |
Joshua Scott (talk | contribs) fix repeating URLs |
||
Line 18:
var currURL = window.___location.toString();
var newURL=currURL.replace(/diffonly=1/,diffonly=0);
if (document.getElementById("difference").innerHTML
document.getElementById("difference").innerHTML += ' (<a href="' + newURL + '">Show page below diff</a>)';
}
}
addOnloadHook( pendch_init );
|