Prepare for release version 1.6.1
- Update: Translations - Bugfix: Move to anchor git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@1009670 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
f1093ce571
commit
2b3856f00a
15 changed files with 223 additions and 160 deletions
|
@ -29,7 +29,6 @@
|
|||
footnote_expand_reference_container();
|
||||
var l_obj_Target = jQuery("#" + p_str_TargetID);
|
||||
if(l_obj_Target.length) {
|
||||
//event.preventDefault();
|
||||
jQuery('html, body').animate({
|
||||
scrollTop: l_obj_Target.offset().top - window.innerHeight/2
|
||||
}, 1000);
|
||||
|
|
Reference in a new issue