remove storage from Wallet
This commit is contained in:
parent
a40a1bc261
commit
567cb8c713
8 changed files with 92 additions and 116 deletions
|
|
@ -47,7 +47,7 @@ factory('notification', ['$timeout',
|
|||
};
|
||||
|
||||
function html5Notify(icon, title, content, ondisplay, onclose) {
|
||||
if (window.webkitNotifications.checkPermission() === 0) {
|
||||
if (window.webkitNotifications && window.webkitNotifications.checkPermission() === 0) {
|
||||
if (!icon) {
|
||||
icon = 'img/favicon.ico';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue