aboutsummaryrefslogtreecommitdiffstats
path: root/js/tab.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tab.js')
-rw-r--r--js/tab.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tab.js b/js/tab.js
index 5629806..09bbef8 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -584,8 +584,8 @@ vAPI.tabs.registerListeners();
var greenSize = squareSize * Math.sqrt(pageStore.perLoadAllowedRequestCount / total);
iconId = greenSize < squareSize/2 ? Math.ceil(greenSize) : Math.floor(greenSize);
}
- if ( this.userSettings.iconBadgeEnabled && pageStore.distinctRequestCount !== 0) {
- badgeStr = this.formatCount(pageStore.distinctRequestCount);
+ if ( this.userSettings.iconBadgeEnabled && pageStore.perLoadBlockedRequestCount !== 0) {
+ badgeStr = this.formatCount(pageStore.perLoadBlockedRequestCount);
}
}