mirror of https://github.com/zulip/zulip.git
Remove unread_subjects from check-all.js
unread_subjects is not used by other modules.
This commit is contained in:
parent
51c86a8e2e
commit
fea5ed5b60
|
@ -56,7 +56,7 @@ var globals =
|
|||
+ ' home_msg_list current_msg_list'
|
||||
+ ' respond_to_message'
|
||||
+ ' process_loaded_for_unread'
|
||||
+ ' recent_subjects unread_subjects'
|
||||
+ ' recent_subjects'
|
||||
;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue