From 23a81af8adbc5c339b902726edc626ca3bcf984e Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 19 Sep 2015 23:39:54 -0700 Subject: [PATCH] Clarify the left_side_userlist comment. (imported from commit d2aa403d3165096776b68e59cef9814bc5dec00a) --- static/js/viewport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/viewport.js b/static/js/viewport.js index 02dac5a553..fa8e228091 100644 --- a/static/js/viewport.js +++ b/static/js/viewport.js @@ -251,7 +251,7 @@ exports.stop_auto_scrolling = function () { exports.is_narrow = function () { // This basically returns true when we hide the right sidebar for - // skinny mode. It would be nice to have a less brittle + // the left_side_userlist skinny mode. It would be nice to have a less brittle // test for this. See the "@media (max-width: 975px)" section in // zulip.css. return window.innerWidth <= 975;