Skip to content

Commit

Permalink
style : better readabiity
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir-afk committed Jun 19, 2024
1 parent 9a4fd41 commit 842dc59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ var browser = (browserType === 'firefox') ? browser : (browserType === 'chrome')
ui.switchPanel( 'loaded' );
}
chrome.runtime.onMessage.addListener((message, sender) => {
console.log(sender);
if (message.state === "ready") {
ui = new UI();
}
});
console.log(sender);
if (message.state === "ready") {
ui = new UI();
}
});
})();

0 comments on commit 842dc59

Please sign in to comment.