summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-26 16:23:09 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-26 16:23:09 -0400
commit92af4c509d20c5e83fe0b9309362e2741c9b60a5 (patch)
tree6d0411388ef4de2e2bbd6fb422f6008c0a4c73fd /www/js
parent65d4b815354a1d17107a931fa20672498f30a7dd (diff)
https://github.com/pliablepixels/zmNinja/issues/50 - loads custom notification icon
Diffstat (limited to 'www/js')
-rw-r--r--www/js/EventServer.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js
index 77922f0e..ab0e593e 100644
--- a/www/js/EventServer.js
+++ b/www/js/EventServer.js
@@ -331,7 +331,9 @@ angular.module('zmApp.controllers')
ZMDataModel.zmLog ("Setting up push registration");
var push = PushNotification.init(
{ "android":
- {"senderID":zm.gcmSenderId}
+ {"senderID":zm.gcmSenderId,
+ "icon":"ic_stat_notification"
+ }
},
{ "ios":