Remove subnames on dialogs (#1438)

This commit is contained in:
Tim Wilkinson 2024-08-31 00:48:17 -07:00 committed by GitHub
parent 2cd71ee923
commit 638bc9a0bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -41,6 +41,5 @@ if (request.env.REQUEST_METHOD === "GET" && request.headers["hx-target"] === "ct
<input style="position:absolute;top:-10000px">
<button id="dialog-help" class="{{request.headers["include-help"] === "1" ? "enabled" : ""}}" hx-get="{{request.env.REQUEST_URI}}" hx-trigger="click delay:10ms" hx-target="#ctrl-modal" hx-headers='{"Include-Help":"{{includeHelp ? "0" : "1"}}","Include-Advanced":"{{request.headers['include-advanced'] === "1" ? "1" : "0"}}"}'>Help</button>
<div class="t">{{inner}}</div>
<div class="s">configuration</div>
<hr/>
</div>

View File

@ -36,6 +36,5 @@
<input style="position:absolute;top:-10000px">
<button id="dialog-help" class="{{request.headers["include-help"] === "1" ? "enabled" : ""}}" hx-get="{{request.env.REQUEST_URI}}" hx-trigger="click delay:10ms" hx-target="#ctrl-modal" hx-headers='{"Include-Help":"{{includeHelp ? "0" : "1"}}","Include-Advanced":"{{request.headers['include-advanced'] === "1" ? "1" : "0"}}"}'>Help</button>
<div class="t">{{inner}}</div>
<div class="s">tool</div>
<hr/>
</div>