big big chungus big chungus big chungus
This commit is contained in:
parent
28b4fecf98
commit
e410bc879c
36 changed files with 373 additions and 352 deletions
|
@ -1,5 +1,5 @@
|
|||
function removeFollower(event, username) {
|
||||
post_toast('/remove_follow/' + username);
|
||||
post_toast(event.target,'/remove_follow/' + username);
|
||||
let table = document.getElementById("followers-table");
|
||||
table.removeChild(event.target.parentElement.parentElement);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue