| changeset 40 | c0205b71e013 |
| parent 27 | 5e1d7f77f355 |
| child 41 | 91adc8bf6205 |
--- 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();