From 94836b92d77e838f20168815622ed193cdff1c6b Mon Sep 17 00:00:00 2001 From: tophf Date: Tue, 14 Mar 2017 15:15:33 +0300 Subject: [PATCH] Revert "compatibility fix for Chrome v57.0.2987.98 based on https://github.com/schomery/stylish-chrome/issues/43#issuecomment-286348011" This reverts commit 9e4faa9a296e09ceb499c20c7b5bd33c447c9d62. --- background.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/background.js b/background.js index 880b798a..567dbfd3 100644 --- a/background.js +++ b/background.js @@ -199,10 +199,3 @@ chrome.storage.local.get('version', prefs => { } } }); - -// bouncing back 'updatePopup' to popup -chrome.runtime.onMessage.addListener((request, sender) => { - if (request.method === 'updatePopup') { - chrome.runtime.sendMessage(request); - } -});