From 16da91ce1ec71dab075ab3945508f8dad96e710f Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sat, 17 Jun 2023 00:42:28 +0000 Subject: [PATCH] Notifications like button bugfix --- web/templates/account/dashboard.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/templates/account/dashboard.html b/web/templates/account/dashboard.html index f7535a4..e028464 100644 --- a/web/templates/account/dashboard.html +++ b/web/templates/account/dashboard.html @@ -427,7 +427,9 @@ {{$Like := $Root.PhotoLikeMap.Get $Body.PhotoID}} + title="Like" onclick="return false"> + Like @@ -522,4 +524,4 @@ document.addEventListener('DOMContentLoaded', () => { }); }); -{{end}} \ No newline at end of file +{{end}}