From ce65713516e732345738a6a04124b3a803c77721 Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Tue, 16 Oct 2018 12:03:21 -0400 Subject: [PATCH] Force red badge on 0 memento specification. --- mink-plugin/mink.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mink-plugin/mink.js b/mink-plugin/mink.js index 7a2a2b0..c4007a3 100755 --- a/mink-plugin/mink.js +++ b/mink-plugin/mink.js @@ -183,6 +183,9 @@ chrome.runtime.onMessage.addListener( sendResponse({ value: 'stopAnimation' }) + if (request.value === '0') { + showInterfaceForZeroMementos(sender.tab.id) + } } else if (request.method === 'setDropdownContents' || request.method === 'setTMData') { tmData = request.value } else if (request.method === 'setBadge') {