More actions
mNo edit summary |
mNo edit summary |
||
| Line 149: | Line 149: | ||
if(_activeTooltipIdx != -1) { | if(_activeTooltipIdx != -1) { | ||
var parentObj = document.getElementById('tooltipframeidx-' + _activeTooltipIdx); | var parentObj = document.getElementById('tooltipframeidx-' + _activeTooltipIdx); | ||
parentObj.style.left = (x - _posCorrectionX) + 'px'; | parentObj.style.left = (x - _posCorrectionX) + 'px'; | ||
parentObj.style.top = (y - _posCorrectionY) + 'px'; | parentObj.style.top = (y - _posCorrectionY) + 'px'; | ||