Unhack validateKey for the history mode

This commit is contained in:
yflory
2017-06-22 17:35:54 +02:00
parent 90cc3e6a5e
commit c1d2fa6b52
2 changed files with 4 additions and 3 deletions

View File

@@ -100,8 +100,6 @@ Version 1
var ret = {};
if (typeof href !== "string") { console.error(href); }
if (!href) { return ret; }
if (href.slice(-1) !== '/') { href += '/'; }