mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
minor: Fix typos in hashchange comments.
We make the URL slightly more realistic and fix a spelling typo.
This commit is contained in:
parent
ffb7a371ed
commit
c7724c6ec4
@ -284,9 +284,9 @@ function hashchanged(from_reload, e) {
|
||||
changing_hash = false;
|
||||
return ret;
|
||||
// once we unignore the hash, we have to set the hash back to what it was
|
||||
// originally (eg. '#narrow/stream/Denmark' instead of '#settings'). We
|
||||
// originally (eg. '#narrow/stream/999-Denmark' instead of '#settings'). We
|
||||
// therefore ignore the hash change once more while we change it back for
|
||||
// no iterruptions.
|
||||
// no interruptions.
|
||||
} else if (ignore.flag) {
|
||||
ignore.flag = false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user