unread: Refactor to move DOM element updates into UI layer.

This commit is contained in:
Elliott Jin
2017-02-11 00:55:18 -08:00
committed by showell
parent ba449d7c23
commit 4092aab620
14 changed files with 110 additions and 110 deletions

View File

@@ -439,7 +439,7 @@ $(function () {
stream_li.addClass('active-filter');
}
rebuild_recent_topics(op_stream[0]);
unread.process_visible();
unread_ui.process_visible();
}
});