From f537f35d217192316c3c5c1169fb1db0b0e61230 Mon Sep 17 00:00:00 2001 From: Rasz_pl Date: Sat, 15 Jun 2024 04:37:54 +0200 Subject: [PATCH] Update background.js fixing last patch --- background.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/background.js b/background.js index 96f4bf834..4421fa3d3 100644 --- a/background.js +++ b/background.js @@ -221,8 +221,6 @@ chrome.windows.onFocusChanged.addListener(function (wId) { /*-------------------------------------------------------------- # MESSAGE LISTENER --------------------------------------------------------------*/ -let tabConnected = {}; - chrome.runtime.onMessage.addListener(function (message, sender, sendResponse) { //console.log(message); //console.log(sender);