diff --git a/files/templates/chat.html b/files/templates/chat.html index 56e91da0ae..774451b63b 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -102,13 +102,13 @@ alert=false; } else { - icon.href = '/assets/images/{{SITE_NAME}}/icon.webp?v=1012' + icon.href = '/static/assets/images/{{SITE_NAME}}/icon.webp?v=1012' alert=true; } setTimeout(flash, 500) } else { - icon.href = '/assets/images/{{SITE_NAME}}/icon.webp?v=1012' + icon.href = '/static/assets/images/{{SITE_NAME}}/icon.webp?v=1012' notifs = 0 title.innerHTML = 'Chat'; }