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