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
path: root/js
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-11-07 18:41:42 +0300
committerJoas Schilling <coding@schilljs.com>2016-11-07 18:41:42 +0300
commitc91efcc91d5e4f3954c36fae63f13c318d6ca151 (patch)
treee7f2a8e78383a2c45ac48c04ad220b960c0b1f2a /js
parent2b9e80ba19db6180f85bcb5f832481ba4485feb5 (diff)
Fix dismissing a notification
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index 2978169..68178d3 100644
--- a/js/app.js
+++ b/js/app.js
@@ -51,7 +51,7 @@
/** @type {string} */
_notificationTemplate: '' +
- '<div class="notification" data-id="{{id}}" data-timestamp="{{timestamp}}">' +
+ '<div class="notification" data-id="{{notification_id}}" data-timestamp="{{timestamp}}">' +
' {{#if link}}' +
' {{#if icon}}<img src="{{icon}}" style="float: left;">{{/if}}' +
' <a href="{{link}}" class="notification-subject">{{{subject}}}</a>' +