Content deleted Content added
Joshua Scott (talk | contribs) note to self: more coffee |
Joshua Scott (talk | contribs) m fix if stmt |
||
Line 15:
if (window.___location.toString().search(/diffonly=1/)
var currURL = window.___location.toString();
var newURL=currURL.replace(/diffonly=1/,diffonly=0);
if (document.getElementById("difference").innerHTML.match(/below diff/)
document.getElementById("difference").innerHTML += ' (<a href="' + newURL + '">Show page below diff</a>)';
}
|