rDrama/files/assets/js/following.js

5 lines
128 B
JavaScript
Raw Normal View History

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