1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-26 19:47:20 +00:00

remove redundant comment

This commit is contained in:
pmario 2024-10-23 17:21:35 +02:00
parent 181e78410b
commit 476902e59b

View File

@ -59,7 +59,6 @@ The very first toc macro is _not_ reused. So it can be used as a simple referenc
<% if [<tv-toc-show-new-child>match[yes]] %>
<% if [<_mode>match[tagMode]] %>
<span class="tc-small-gap-left tc-toc-new-child-tag"><$macrocall $name="_newChild" field="tags"/></span>
<!-- <span class="tc-small-gap-left">{{||$:/core/ui/Buttons/new-here}}</span> -->
<% elseif [<_mode>match[tocpMode]] %>
<span class="tc-small-gap-left tc-toc-new-child-parent"><$macrocall $name="_newChild" field=<<parentField>>/></span>
<% elseif [<_mode>match[tagLikeMode]] %>