mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-13 14:23:14 +00:00
dumpvariables - fix clear temp tiddler button
This commit is contained in:
parent
942c037c58
commit
ac9b6b498c
@ -51,14 +51,14 @@ tags: $:/tags/Global
|
||||
\procedure dv-clearStatesButton()
|
||||
<$button class="tc-btn-invisible tc-tiny-gap-left">
|
||||
<!-- "search text details" should be preserved -->
|
||||
<$action-deletetiddler $filter="[prefix<DV-SEARCH-STATE>] [<DV-TMP-SEARCH>]"/>
|
||||
<$action-deletetiddler $filter="[prefix<DV-SEARCH-STATE>]"/>
|
||||
{{$:/core/images/fold-all-button}}
|
||||
</$button>
|
||||
\end
|
||||
|
||||
\procedure dv-clearSearchButton()
|
||||
<$button class="tc-btn-invisible tc-tiny-gap-left">
|
||||
<$action-deletetiddler $tiddler=<<DV-TMP-SEARCH>>/>
|
||||
<$action-deletetiddler $tiddler=<<tf.dv-searchText>>/>
|
||||
{{$:/core/images/close-button}}
|
||||
</$button>
|
||||
\end
|
||||
|
Loading…
x
Reference in New Issue
Block a user