From 075a5ad0e0f9b4f9af614194d9c8d21d0ed45184 Mon Sep 17 00:00:00 2001 From: hackademix Date: Wed, 22 Aug 2018 16:34:16 +0200 Subject: More coherent wrapper around the webex messaging API. --- src/ui/popup.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ui/popup.js') diff --git a/src/ui/popup.js b/src/ui/popup.js index 55eff03..bc054d1 100644 --- a/src/ui/popup.js +++ b/src/ui/popup.js @@ -4,9 +4,7 @@ var sitesUI; addEventListener("unload", e => { if (!UI.initialized) { - browser.runtime.sendMessage({ - type: "openStandalonePopup" - }); + Messages.send("openStandalonePopup"); } }); -- cgit v1.2.3