User:Joshua Scott/Scripts/pendingchanges.js: Difference between revisions

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