mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-13 05:51:03 +00:00
fix wrong selector which is used to hide following config for ourself in Following
This commit is contained in:
parent
d1a520fccd
commit
702bfd0f96
@ -587,7 +587,7 @@ function addToFollowingList(followingList, peerAlias) {
|
||||
getFullname(peerAlias, item.find('.mini-profile-name'));
|
||||
|
||||
if (peerAlias === defaultScreenName)
|
||||
item.find('following-config').hide();
|
||||
item.find('.following-config').hide();
|
||||
|
||||
toggleFollowButton({
|
||||
button: item.find('.follow'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user