Compare commits
2 Commits
5784e61e40
...
25d294b1c7
| Author | SHA1 | Date | |
|---|---|---|---|
| 25d294b1c7 | |||
| 41a12abf14 |
@@ -30,7 +30,7 @@ function _notification(message, data)
|
|||||||
type: "basic",
|
type: "basic",
|
||||||
title : "gPass",
|
title : "gPass",
|
||||||
message : message,
|
message : message,
|
||||||
iconUrl: browser.runtime.getURL("icons/gpass_icon_64.png")
|
iconUrl:browser.extension.getURL("icons/gpass_icon_64.png")
|
||||||
};
|
};
|
||||||
|
|
||||||
browser.notifications.create("gPass", options, function(){});
|
browser.notifications.create("gPass", options, function(){});
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ function _notification(message, data)
|
|||||||
type: "basic",
|
type: "basic",
|
||||||
title : "gPass",
|
title : "gPass",
|
||||||
message : message,
|
message : message,
|
||||||
iconUrl: browser.runtime.getURL("icons/gpass_icon_64.png")
|
iconUrl:browser.extension.getURL("icons/gpass_icon_64.png")
|
||||||
};
|
};
|
||||||
|
|
||||||
browser.notifications.create(options).then(
|
browser.notifications.create(options).then(
|
||||||
|
|||||||
Reference in New Issue
Block a user