diff options
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> } } |