Fix MS20161: Fix INVENTORY notification dot state

This commit is contained in:
Zach Fox 2018-12-10 13:01:28 -08:00
parent f7bf51d62c
commit ab6aeae91a

View file

@ -578,7 +578,7 @@ function notificationDataProcessPageHistory(data) {
var shouldShowDotUpdates = false;
function notificationPollCallbackUpdates(updatesArray) {
shouldShowDotUpdates = shouldShowDotUpdates || updatesArray.length > 0;
shouldShowDotUpdates = updatesArray.length > 0;
ui.messagesWaiting(shouldShowDotUpdates || shouldShowDotHistory);
if (updatesArray.length > 0) {