development 2.1.1d8 commented out all script loads to check if it fixes a theme incompatibility

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2419373 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2020-11-16 13:28:41 +00:00
parent 37ae1474ed
commit d2e72d37ee
7 changed files with 53 additions and 17 deletions

View file

@ -0,0 +1,19 @@
<tr>
<td
class="footnote_plugin_index"
><span
id="footnote_plugin_reference_[[post_id]]_[[id]]"
onclick="footnote_moveToAnchor_[[post_id]]('footnote_plugin_tooltip_[[post_id]]_[[id]]');"
>[[index]]</span
></td>
<td
class="footnote_plugin_link"
><span
onclick="footnote_moveToAnchor_[[post_id]]('footnote_plugin_tooltip_[[post_id]]_[[id]]');"
>[[arrow]]</span
></td>
<td
class="footnote_plugin_text"
>[[text]]</td
>
</tr>

View file

@ -0,0 +1,14 @@
<tr>
<td
id="footnote_plugin_reference_[[post_id]]_[[id]]"
class="footnote_plugin_index"
onclick="footnote_moveToAnchor_[[post_id]]('footnote_plugin_tooltip_[[post_id]]_[[id]]');"
style="cursor: pointer;"
><span
class="footnote_plugin_link"
>[[index]].[[arrow]]</span
></td>
<td
class="footnote_plugin_text"
>[[text]]</td>
</tr>