From 054348756d15f56d053f84b2b33711c772a6920c Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Thu, 24 Mar 2016 00:17:39 +0500 Subject: [PATCH] add handling of clicks on .mini-follower-link --- js/twister_following.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/twister_following.js b/js/twister_following.js index 72da9a5..a743992 100644 --- a/js/twister_following.js +++ b/js/twister_following.js @@ -471,7 +471,8 @@ function whoFollows(username) { function fillWhoFollows(list, item, offset, size) { for (var i = offset; i < offset + size; i++) { - var follower_link = $( '' ); + var follower_link = $('') + .on('click', handleClickOpenProfileModal); // link follower to profile page follower_link.attr("data-screen-name", list[i]);