diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-08 18:48:55 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-08 18:48:55 +0300 |
commit | a20e2ace25c363658d59346358339011fe8ef934 (patch) | |
tree | 0783fc116b2fdcc6928eb82eea63b2073fef2651 /pkg/tpl/random.templ | |
parent | e849e705c30cceec3cf7336a21bed96c8a911e90 (diff) |
Diffstat (limited to 'pkg/tpl/random.templ')
-rw-r--r-- | pkg/tpl/random.templ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/tpl/random.templ b/pkg/tpl/random.templ index 2d25a03..d0dd7a0 100644 --- a/pkg/tpl/random.templ +++ b/pkg/tpl/random.templ @@ -22,12 +22,11 @@ templ Random(quotes []model.Quote) { hx-get="/random" hx-swap="outerHTML" hx-select="#random" - hx-target="#random" hx-indicator="#loader" > Загрузить ещё... </a> - <span aria-busy="true" id="loader" class="htmx-indicator">Загрузка...</span> </div> + <span aria-busy="true" id="loader" class="htmx-indicator">Загрузка...</span> } } |