unread: Remove suppress_unread_counts flag.

This flag was used to delay unread count updates while the bankruptcy
modal was visible.  Now that bankrupcty is no longer a modal, we don't
need this flag at all.
This commit is contained in:
Tim Abbott
2020-03-31 15:19:33 -07:00
parent e85e598e56
commit 0f238f29fb
5 changed files with 1 additions and 24 deletions

View File

@@ -94,10 +94,6 @@ exports.initialize = function () {
resize_app();
});
$("#bankruptcy").on("hide", function () {
unread_ui.enable();
});
$("#panels").on("click", ".alert .close, .alert .exit", function (e) {
e.stopPropagation();
const $process = $(e.target).closest("[data-process]");