Prepare for release version 1.5.3
- Add: Developer's homepage to the 'other Plugins' list - Update: Smoothy scroll to an anchor using Javascript - Bugfix: Set the vertical align for each cell in the Reference container to TOP git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@1002027 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
836200a2c3
commit
6a4677251a
7 changed files with 26 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
<a href="#footnote_plugin_reference_[[index]]" name="footnote_plugin_tooltip_[[index]]" id="footnote_plugin_tooltip_[[index]]" class="footnote_plugin_tooltip_text" onclick="footnote_expand_reference_container();"><sup>[[before]][[index]][[after]]</sup></a>
|
||||
<a href="" name="footnote_plugin_tooltip_[[index]]" id="footnote_plugin_tooltip_[[index]]" class="footnote_plugin_tooltip_text" onclick="footnote_expand_reference_container(); footnote_moveToAnchor('footnote_plugin_reference_[[index]]')"><sup>[[before]][[index]][[after]]</sup></a>
|
||||
<span class="footnote_tooltip" id="footnote_plugin_tooltip_text_[[index]]">[[text]]</span>
|
Reference in a new issue