diff --git a/pywb/static/wombat.js b/pywb/static/wombat.js index e60c65e1..9bbd1aef 100644 --- a/pywb/static/wombat.js +++ b/pywb/static/wombat.js @@ -250,9 +250,9 @@ _WBWombat = (function() { } // remove trailing slash - if (ends_with(href, "/")) { - href = href.substring(0, href.length - 1); - } + //if (ends_with(href, "/")) { + // href = href.substring(0, href.length - 1); + //} return href; }