refactor: Extract unread_ops.js

This module mostly contains the mark_* functions that
update the server with info about unread counts.
This commit is contained in:
Steve Howell
2017-03-17 17:41:56 -07:00
committed by showell
parent 0c6fefba71
commit a51caceea5
16 changed files with 138 additions and 126 deletions

View File

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