stable tag remains 2.0.4, update 2.0.5rc1 for end-user support
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2412945 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
eb0d056e85
commit
362d9e60c6
3 changed files with 7 additions and 5 deletions
|
@ -43,9 +43,9 @@
|
|||
var l_obj_Target = jQuery('#' + p_str_TargetID);
|
||||
if (l_obj_Target.length) {
|
||||
jQuery('html, body').animate({
|
||||
scrollTop: l_obj_Target.offset().top - window.innerHeight * 0.50
|
||||
scrollTop: l_obj_Target.offset().top - window.innerHeight * 0.20
|
||||
},
|
||||
870);/*speed*/
|
||||
380);/*speed*/
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Reference in a new issue