From 5da9d8e2ad2a77d9209b461c77e4f800feb1f3e8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 22 Mar 2022 04:52:23 +0200 Subject: [PATCH] fds --- files/templates/chat.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 17f148a3f7..56e91da0ae 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -98,17 +98,17 @@ if (notifs >= 1 && !focused){ title.innerHTML = `[+${notifs}] Chat`; if (alert) { - icon.href = '/static/assets/images/{{SITE_NAME}}/alert.webp' + icon.href = '/static/assets/images/{{SITE_NAME}}/alert.webp?v=1' alert=false; } else { - icon.href = '/assets/images/{{SITE_NAME}}/icon.webp' + icon.href = '/assets/images/{{SITE_NAME}}/icon.webp?v=1012' alert=true; } setTimeout(flash, 500) } else { - icon.href = '/assets/images/{{SITE_NAME}}/icon.webp' + icon.href = '/assets/images/{{SITE_NAME}}/icon.webp?v=1012' notifs = 0 title.innerHTML = 'Chat'; }