diff --git a/zephyr/static/js/narrow.js b/zephyr/static/js/narrow.js index f3e1658d70..2cbf5d2de7 100644 --- a/zephyr/static/js/narrow.js +++ b/zephyr/static/js/narrow.js @@ -473,9 +473,9 @@ exports.activate = function (operators, opts) { operators[1][0] === 'subject') { if (subs.have(operators[0][1])) { expand_stream(operators[0][1]).addClass('active-filter'); + ui.get_subject_filter_li(operators[0][1], operators[1][1]) + .addClass('active-subject-filter'); } - ui.get_subject_filter_li(operators[0][1], operators[1][1]) - .addClass('active-subject-filter'); } } };