Revert "compatibility fix for Chrome v57.0.2987.98 based on https://github.com/schomery/stylish-chrome/issues/43#issuecomment-286348011"

This reverts commit 9e4faa9a29.
This commit is contained in:
tophf 2017-03-14 15:15:33 +03:00
parent 177e5127db
commit 94836b92d7

View File

@ -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);
}
});