Stable Bugfix Release 2.1.2 to roll out immediately in compensation of previous overdue, as a goodwill gesture
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2422035 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
0520655f1c
commit
860c7dc3c3
14 changed files with 616 additions and 489 deletions
|
@ -4,10 +4,10 @@
|
|||
<div
|
||||
class="footnote_container_prepare"
|
||||
><p
|
||||
><span
|
||||
class="footnote_reference_container_label"
|
||||
onclick="footnote_expand_reference_container_[[post_id]]();"
|
||||
>[[label]]</span
|
||||
><span
|
||||
class="footnote_reference_container_label"
|
||||
onclick="footnote_expand_reference_container_[[post_id]]();"
|
||||
>[[label]]</span
|
||||
><span
|
||||
class="footnote_reference_container_collapse_button"
|
||||
style="[[button-style]]"
|
||||
|
@ -17,8 +17,8 @@
|
|||
>+</a
|
||||
>]</span
|
||||
></p
|
||||
></div
|
||||
>
|
||||
></div
|
||||
>
|
||||
<div
|
||||
id="footnote_references_container_[[post_id]]"
|
||||
style="[[style]]"
|
||||
|
@ -55,7 +55,7 @@
|
|||
jQuery('html, body').animate({
|
||||
scrollTop: l_obj_Target.offset().top - window.innerHeight * 0.20
|
||||
},
|
||||
380);/*speed*/
|
||||
380);/*duration*/
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Reference in a new issue