diff -r c9378e7e853a -r c0205b71e013 client/js/tweetvote-anim.js --- a/client/js/tweetvote-anim.js Fri Feb 24 11:22:59 2012 +0100 +++ b/client/js/tweetvote-anim.js Fri Feb 24 12:03:33 2012 +0100 @@ -304,7 +304,7 @@ }); showTooltip(t, _of.left, _of.top); }).mouseout(hideTooltip).click(function() { - addTweetToSelection(t.id_str); + addTweetToSelection($("#btv-tooltip")); $(this).fadeTo(100,.25, function() { $(this).fadeTo(100,1); showControlPanel();