From 53e99c0a55002145b690cbc9f5075303de79b88b Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Fri, 30 Nov 2018 23:38:28 +0000 Subject: [PATCH] hashchange: Remove unused ignore.last. --- static/js/hashchange.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/hashchange.js b/static/js/hashchange.js index 7812318371..eae3993ca0 100644 --- a/static/js/hashchange.js +++ b/static/js/hashchange.js @@ -226,7 +226,6 @@ function hashchanged(from_reload, e) { var old_hash; if (e) { old_hash = "#" + (e.oldURL || ignore.old_hash).split(/#/).slice(1).join(""); - ignore.last = old_hash; ignore.old_hash = window.location.hash; }