From c750523068d301130f44e2db66490578f491e90d Mon Sep 17 00:00:00 2001 From: Eason Goodale Date: Tue, 17 Dec 2013 22:25:12 +0600 Subject: [PATCH] would fix #143, twitching firefox toolbar --- firefox/content/overlay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/firefox/content/overlay.js b/firefox/content/overlay.js index 21dbf0c..5041296 100644 --- a/firefox/content/overlay.js +++ b/firefox/content/overlay.js @@ -50,6 +50,7 @@ if (typeof Disconnect == 'undefined') { blocked = blocked && service.blocked; } } + if (count > 100) count = '99+'; return {count: count, blocked: blocked}; },