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 1a7d5e5 commit 13cfab7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,7 @@ <h4><a title="You can open other new Stream in Browser as new tab" href="https:/
var source;
var _chat_Channel;

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


function err_Handler(err) {
console.log('err:\n',err);
}
Expand Down

0 comments on commit 13cfab7

Please sign in to comment.