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