MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 76: | Line 76: | ||
e.target.style.left = left - bodyLeft + 'px'; | e.target.style.left = left - bodyLeft + 'px'; | ||
e.target.style.top = mouseY + 'px'; | //e.target.style.top = mouseY + 'px'; | ||
}); | }); | ||
} | } | ||