Skip to content

Commit

Permalink
ele
Browse files Browse the repository at this point in the history
  • Loading branch information
yahoo2720 committed Apr 17, 2012
1 parent e63b3af commit 014ab70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/Scripts/draw-lead.js
Expand Up @@ -233,7 +233,7 @@ var checkEle = function () {
$('#ele').offset({top:header.offset().top+78});
//$('#ele').offset({top:offset.top-10});
}
else if (offset.top >764 && offset.top <= 1525) {
else if (offset.top >764 && offset.top <= 1520) {
$('#ele').offset({top:offset.top+10});
}
else if (offset.top > 1520) {
Expand Down

0 comments on commit 014ab70

Please sign in to comment.