This commit is contained in:
kek7198 2021-12-09 15:05:14 -06:00
parent 390f47ddd0
commit ab9439ad12
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
}
var usernames = document.querySelectorAll("a.user-name");
var usernames = document.querySelectorAll("butotn.user-name");
usernames.forEach(eventasdf);
document.addEventListener("click", function(e){dfgh(e)});