summaryrefslogtreecommitdiffstats
path: root/assets/js/notifications.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/notifications.js')
-rw-r--r--assets/js/notifications.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/notifications.js b/assets/js/notifications.js
index d7732fb9..5f431a69 100644
--- a/assets/js/notifications.js
+++ b/assets/js/notifications.js
@@ -1,5 +1,5 @@
'use strict';
-var notification_data = JSON.parse(document.getElementById('notification_data').innerHTML);
+var notification_data = JSON.parse(document.getElementById('notification_data').textContent);
var notifications, delivered;