projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tabs -> 4 × spaces
[Plinn.git]
/
skins
/
ajax_scripts
/
javascript_events_api.js
diff --git
a/skins/ajax_scripts/javascript_events_api.js
b/skins/ajax_scripts/javascript_events_api.js
index
b4df40e
..
2539fd9
100644
(file)
--- a/
skins/ajax_scripts/javascript_events_api.js
+++ b/
skins/ajax_scripts/javascript_events_api.js
@@
-220,7
+220,7
@@
function _build_getWindowScrollX() {
}
else {
return function(){
- return document.
body
.scrollLeft;
+ return document.
documentElement
.scrollLeft;
};
}
}
@@
-233,7
+233,7
@@
function _build_getWindowScrollY() {
}
else {
return function(){
- return document.
body
.scrollTop;
+ return document.
documentElement
.scrollTop;
};
}
}