fix tooltip positioning

v1.18.x
barisusakli 9 years ago
parent c426c7288f
commit 2064f20f94

@ -39,7 +39,7 @@ define('forum/topic/postTools', ['share', 'navigator', 'components', 'translator
function addVoteHandler() {
components.get('topic').on('mouseenter', '[data-pid] [component="post/vote-count"]', function() {
loadDataAndCreateTooltip($(this));
loadDataAndCreateTooltip($(this).parent());
});
}

Loading…
Cancel
Save