Move unread-related functions from zulip.js to unread.js.

(imported from commit efc0dd84c2cd30b0203b906af6991475d8a63985)
This commit is contained in:
Tim Abbott
2014-01-31 11:44:21 -05:00
parent c8d57fcafb
commit 004fd0eab8
10 changed files with 133 additions and 132 deletions

View File

@@ -45,7 +45,7 @@ exports.initialize = function () {
// Update many places on the DOM to reflect unread
// counts.
process_visible_unread_messages();
unread.process_visible();
}).blur(function () {
window_has_focus = false;