forked from rDrama/rDrama
1
0
Fork 0

fix last commit

master
Aevann 2023-06-30 01:46:17 +03:00
parent 0d540599d6
commit 70b708bca9
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ document.addEventListener("click", function(e) {
if (badge_el.alt) {
const date = formatDate(new Date(badge_el.alt*1000));
badge_el.title = badge_el.title + ' ' + date.toString();
badge_el.removeAttribute('alt');
}
}