This commit is contained in:
rolux 2010-09-18 00:16:42 +02:00
parent 2752328c66
commit 03b0d38f31

View File

@ -9239,7 +9239,7 @@ requires
function getPosition(e) {
//FIXME: this might still be broken in opera according to http://acko.net/blog/mouse-handling-and-absolute-positions-in-javascript
return (e.offsetX ? e.offsetX : e.clientX - $(e.target).offset().left),
return (e.offsetX ? e.offsetX : e.clientX - $(e.target).offset().left);
}
function getSubtitle(position) {