From c7724c6ec4d970dafa8f6c4bec02fa0953e2a202 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Mon, 19 Feb 2018 10:45:41 -0500 Subject: [PATCH] minor: Fix typos in hashchange comments. We make the URL slightly more realistic and fix a spelling typo. --- static/js/hashchange.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/hashchange.js b/static/js/hashchange.js index 7abda661de..9d2d29b70f 100644 --- a/static/js/hashchange.js +++ b/static/js/hashchange.js @@ -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; }