mirror of https://github.com/zulip/zulip.git
hashchange: Remove unused ignore.last.
This commit is contained in:
parent
682235af80
commit
53e99c0a55
|
@ -226,7 +226,6 @@ function hashchanged(from_reload, e) {
|
||||||
var old_hash;
|
var old_hash;
|
||||||
if (e) {
|
if (e) {
|
||||||
old_hash = "#" + (e.oldURL || ignore.old_hash).split(/#/).slice(1).join("");
|
old_hash = "#" + (e.oldURL || ignore.old_hash).split(/#/).slice(1).join("");
|
||||||
ignore.last = old_hash;
|
|
||||||
ignore.old_hash = window.location.hash;
|
ignore.old_hash = window.location.hash;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue