summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-08-06 13:05:01 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-08-06 13:05:01 -0400
commit5a093663f5c62fae53815c59eac474579d5206b2 (patch)
treed6e0e0e1e9145c8f82c6a3c427dee85db8a3c2ed /www/js
parentd5ec9b9021404e1553278b774ff6d6633ab8e038 (diff)
remove custom icon - seems latest android versions are not showing it
Former-commit-id: 3a00c91daed83e96e7d83ddb77d2e192e60e1d45
Diffstat (limited to 'www/js')
-rw-r--r--www/js/EventServer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js
index 1c214770..5eb3e3c7 100644
--- a/www/js/EventServer.js
+++ b/www/js/EventServer.js
@@ -366,7 +366,7 @@ angular.module('zmApp.controllers')
{
"android": {
"senderID": zm.gcmSenderId,
- "icon": "ic_stat_notification",
+ //"icon": "ic_stat_notification",
"sound":"true"
//"sound": android_media_file
}