diff --git a/pywb/static/wombat.js b/pywb/static/wombat.js index b1f43d24..ba95ab01 100644 --- a/pywb/static/wombat.js +++ b/pywb/static/wombat.js @@ -296,7 +296,7 @@ _WBWombat = (function() { } this.assign = function(url) { var new_url = rewrite_url(url); - if (new_url != url) { + if (new_url != this._orig_href) { return this._orig_loc.assign(new_url); } }