mirror of https://github.com/zulip/zulip.git
docs: fix a typo in hashchange.js
This commit is contained in:
parent
65e8d66376
commit
9866805937
|
@ -220,7 +220,7 @@ var get_hash_group = (function () {
|
|||
}());
|
||||
|
||||
function should_ignore(hash) {
|
||||
// Hash changes within this list are overlaws and should not unnarrow (etc.)
|
||||
// Hash changes within this list are overlays and should not unnarrow (etc.)
|
||||
var ignore_list = ["streams", "drafts", "settings", "administration", "invite"];
|
||||
var main_hash = get_main_hash(hash);
|
||||
|
||||
|
|
Loading…
Reference in New Issue