topic lists: Rename expanded_subjects -> topic-list.

This commit is contained in:
Steve Howell
2016-11-05 11:34:47 -07:00
committed by Tim Abbott
parent 6fe86adac8
commit 8b7e9101ca
3 changed files with 4 additions and 4 deletions

View File

@@ -433,7 +433,7 @@ exports.register_click_handlers = function () {
popovers.hide_all();
popovers.show_streamlist_sidebar();
var stream_name = $(elt).closest('.expanded_subjects').expectOne().attr('data-stream');
var stream_name = $(elt).closest('.topic-list').expectOne().attr('data-stream');
var topic_name = $(elt).closest('li').expectOne().attr('data-name');
var is_muted = muting.is_topic_muted(stream_name, topic_name);