mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 10:08:27 +01:00
Wrong var
This commit is contained in:
@@ -214,7 +214,7 @@ function getTop(theitem){
|
||||
offsetTrail = offsetTrail.offsetParent;
|
||||
}
|
||||
if (navigator.userAgent.indexOf("Mac") != -1 && typeof document.body.leftMargin != "undefined")
|
||||
offsetLeft += document.body.TopMargin;
|
||||
offsetTop += document.body.TopMargin;
|
||||
return offsetTop;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user