From c91efcc91d5e4f3954c36fae63f13c318d6ca151 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 7 Nov 2016 16:41:42 +0100 Subject: Fix dismissing a notification Signed-off-by: Joas Schilling --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '' + - '
' + + '
' + ' {{#if link}}' + ' {{#if icon}}{{/if}}' + ' {{{subject}}}' + -- cgit v1.2.3