forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-03-22 04:52:23 +02:00
parent e9f6b45486
commit 5da9d8e2ad
1 changed files with 3 additions and 3 deletions

View File

@ -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';
}