mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-09-13 14:52:21 +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'));
|
getFullname(peerAlias, item.find('.mini-profile-name'));
|
||||||
|
|
||||||
if (peerAlias === defaultScreenName)
|
if (peerAlias === defaultScreenName)
|
||||||
item.find('following-config').hide();
|
item.find('.following-config').hide();
|
||||||
|
|
||||||
toggleFollowButton({
|
toggleFollowButton({
|
||||||
button: item.find('.follow'),
|
button: item.find('.follow'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user