mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 17:19:59 +00:00
Fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ export default class PopupReceiverSelector
|
||||
* window script.
|
||||
*/
|
||||
browser.runtime.onConnect.addListener(port => {
|
||||
// Don't polute history
|
||||
// Don't pollute history
|
||||
browser.history.deleteUrl({ url: POPUP_URL });
|
||||
|
||||
if (port.name !== "popup") {
|
||||
|
||||
Reference in New Issue
Block a user