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