mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 07:04:24 +00:00
add handling of clicks on .mini-follower-link
This commit is contained in:
parent
e4bc01ecd3
commit
054348756d
@ -471,7 +471,8 @@ function whoFollows(username) {
|
||||
|
||||
function fillWhoFollows(list, item, offset, size) {
|
||||
for (var i = offset; i < offset + size; i++) {
|
||||
var follower_link = $( '<a class="mini-follower-link"></a>' );
|
||||
var follower_link = $('<a class="mini-follower-link"></a>')
|
||||
.on('click', handleClickOpenProfileModal);
|
||||
|
||||
// link follower to profile page
|
||||
follower_link.attr("data-screen-name", list[i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user