Skip to content

Commit a9c914f

Browse files
author
Anton Bracke
committed
fix
1 parent 65071d5 commit a9c914f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

templates/user/notification/notification_div.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
hx-swap="outerHTML"
8787
hx-vals='{"notification_id": "{{.ID}}", "status": "read", "page": "{{$.Page.Paginater.Current}}", "_csrf": "{{$.CsrfToken}}", "noredirect": "true"}'
8888
>
89-
{{svg "octicon-check"}} 123
89+
{{svg "octicon-check"}}
9090
</button>
9191
{{else if eq .Status 2}}
9292
<button type="button" class="btn interact-bg tw-p-2" title="{{ctx.Locale.Tr "notification.mark_as_unread"}}"

web_src/js/features/notification.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ async function updateNotificationCountWithCallback(callback: (timeout: number, n
144144
}
145145

146146
async function updateNotificationTable() {
147-
return;
148147
const notificationDiv = document.querySelector('#notification_div');
149148
if (notificationDiv) {
150149
try {

0 commit comments

Comments
 (0)