Skip to content

Commit

Permalink
Merge pull request #2380 from raszpl/patch-8
Browse files Browse the repository at this point in the history
Update background.js fixing last patch
  • Loading branch information
ImprovedTube authored Jun 15, 2024
2 parents 011ea52 + f537f35 commit 2bbf665
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2bbf665

Please sign in to comment.