From 86378c31b49361fd0d5f253439524213aa72c7f5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 22 Mar 2022 04:52:35 +0200 Subject: [PATCH] fds --- files/templates/chat.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'; }