diff --git a/app/templates/base.html b/app/templates/base.html index c8c6fb7..68009d1 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -239,7 +239,7 @@ } function escapeAttr(str) { return escapeHtml(str); } - function fetchNotifications() { + window.fetchNotifications = function fetchNotifications() { fetch(FEED_URL, { credentials: 'same-origin' }) .then(r => r.json()) .then(data => { diff --git a/app/templates/issues/view.html b/app/templates/issues/view.html index f941c6f..a97257c 100644 --- a/app/templates/issues/view.html +++ b/app/templates/issues/view.html @@ -74,7 +74,7 @@ {% if comments %}
-
Update History
+
Update History