mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 19:47:20 +00:00
remove redundant comment
This commit is contained in:
parent
181e78410b
commit
476902e59b
@ -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 [<tv-toc-show-new-child>match[yes]] %>
|
||||||
<% if [<_mode>match[tagMode]] %>
|
<% 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 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]] %>
|
<% elseif [<_mode>match[tocpMode]] %>
|
||||||
<span class="tc-small-gap-left tc-toc-new-child-parent"><$macrocall $name="_newChild" field=<<parentField>>/></span>
|
<span class="tc-small-gap-left tc-toc-new-child-parent"><$macrocall $name="_newChild" field=<<parentField>>/></span>
|
||||||
<% elseif [<_mode>match[tagLikeMode]] %>
|
<% elseif [<_mode>match[tagLikeMode]] %>
|
||||||
|
Loading…
Reference in New Issue
Block a user