diff --git a/js/twister_following.js b/js/twister_following.js index a743992..ea4aa53 100644 --- a/js/twister_following.js +++ b/js/twister_following.js @@ -472,7 +472,7 @@ function whoFollows(username) { function fillWhoFollows(list, item, offset, size) { for (var i = offset; i < offset + size; i++) { var follower_link = $('') - .on('click', handleClickOpenProfileModal); + .on('click mouseup', handleClickOpenProfileModal); // link follower to profile page follower_link.attr("data-screen-name", list[i]);