Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-11-16 17:01:16 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-11-16 17:20:10 +0300
commitf6614962df78d190d56a06ecd6dca6c7662f6d33 (patch)
tree7fe8ba5ebdaaeba05fc192995138905cd01f15ca /js/notification.js
parent22ed3d48b91c5de64414261e40d40b6ead6f55e2 (diff)
Remove icon from the API
Diffstat (limited to 'js/notification.js')
-rw-r--r--js/notification.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/notification.js b/js/notification.js
index 8048232..0cc6632 100644
--- a/js/notification.js
+++ b/js/notification.js
@@ -23,7 +23,6 @@
this.subject = jsonData.subject;
this.message = jsonData.message;
this.link = jsonData.link;
- this.icon = jsonData.icon;
this.actions = jsonData.actions; // TODO some parsing here?
this.notification_id = jsonData.notification_id;
};
@@ -46,8 +45,6 @@
link: null,
- icon: null,
-
actions: [],
notification_id: null,