Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanache authored Dec 14, 2023
1 parent bdd26eb commit 1a7d5e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ <h4><a title="You can open other new Stream in Browser as new tab" href="https:/

chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
// ... handle message
sendResponse({message: true});
return true // Error message says you already return true
})

Expand Down

0 comments on commit 1a7d5e5

Please sign in to comment.