Mar 02 2026: fix notification update, and sent email

This commit is contained in:
2026-03-02 13:35:28 -05:00
parent 68b180c2e4
commit f73a641aef
3 changed files with 62 additions and 13 deletions
+1 -1
View File
@@ -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 => {