Content deleted Content added
Joshua Scott (talk | contribs) fix if stmt |
Joshua Scott (talk | contribs) note to self: more coffee |
||
Line 15:
if (window.___location.toString().search(/diffonly=1/)
var currURL = window.___location.toString();
var newURL=currURL.replace(/diffonly=1/,diffonly=0);
|