diff --git a/img/favicon.ico b/img/favicon.ico
new file mode 100644
index 000000000..e2f92139d
Binary files /dev/null and b/img/favicon.ico differ
diff --git a/index.html b/index.html
index dbd6c5ac9..d1ce9f2cd 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,7 @@
+
diff --git a/js/services/notifications.js b/js/services/notifications.js
index 7f428d989..0ba227a04 100644
--- a/js/services/notifications.js
+++ b/js/services/notifications.js
@@ -17,13 +17,13 @@ angular.module('notifications', []).
details: true,
localStorage: false,
html5Mode: false,
- html5DefaultIcon: '../img/satoshi.gif'
+ html5DefaultIcon: 'img/favicon.ico'
};
function html5Notify(icon, title, content, ondisplay, onclose){
if(window.webkitNotifications.checkPermission() === 0){
if(!icon){
- icon = '../img/favicon.ico';
+ icon = 'img/favicon.ico';
}
var noti = window.webkitNotifications.createNotification(icon, title, content);
if(typeof ondisplay === 'function'){
@@ -113,7 +113,7 @@ angular.module('notifications', []).
info: function(title, content, userData){
console.log(title, content);
- return this.awesomeNotify('info','info', title, content, userData);
+ return this.awesomeNotify('info','loop', title, content, userData);
},
error: function(title, content, userData){
@@ -220,7 +220,7 @@ angular.module('notifications', []).
'
' +
'' +
'
' +
- '
' +
+ '
' +
'
![]()
' +
'
' +
'
' +