diff options
Diffstat (limited to 'js/tab.js')
-rw-r--r-- | js/tab.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } } |