rDrama/files/assets/js/followers.js

5 lines
132 B
JavaScript
Raw Normal View History

2022-10-10 04:56:39 +00:00
function removeFollower(t, username) {
postToastSwitch(t,'/remove_follow/' + username);
2022-10-20 22:14:19 +00:00
t.parentElement.parentElement.remove();
2022-10-10 04:56:39 +00:00
}