From 742a0e0dfefdaa9833077cf0e9f507b66488fef4 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 29 Aug 2016 17:33:35 -0700 Subject: Make popup a type Edge supports --- app/scripts/lib/notifications.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/scripts/lib') diff --git a/app/scripts/lib/notifications.js b/app/scripts/lib/notifications.js index dcb946845..432ad0445 100644 --- a/app/scripts/lib/notifications.js +++ b/app/scripts/lib/notifications.js @@ -14,9 +14,10 @@ function show () { return extension.windows.update(popup.id, { focused: true }) } + extension.windows.create({ url: 'notification.html', - type: 'detached_panel', + type: 'popup', focused: true, width: 360, height: 500, -- cgit v1.2.3