fdsfd
This commit is contained in:
parent
e72e497fd8
commit
77e858fa20
41 changed files with 425 additions and 659 deletions
5
files/assets/js/following.js
Normal file
5
files/assets/js/following.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
function removeFollower(event, username) {
|
||||
post_toast('/unfollow/' + username);
|
||||
let table = document.getElementById("followers-table");
|
||||
table.removeChild(event.target.parentElement.parentElement);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue