1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00

wombat typo fix

This commit is contained in:
Ilya Kreymer 2015-04-26 18:28:05 -07:00
parent a88acb7476
commit 904b4265e9

View File

@ -321,6 +321,7 @@ _WBWombat = (function() {
}
this.assign = function(url) {
var new_url = rewrite_url(url);
var orig = extract_orig(new_url);
if (orig == this.href) {
return orig;
}