Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
Next Next commit
outerHTML
  • Loading branch information
wxiaoguang committed Nov 21, 2024
commit f00c49174c3b2be86fe0b6a2c879a233d6ac5a1b
2 changes: 1 addition & 1 deletion templates/repo/user_cards.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ At the moment, no JS initialization would re-trigger (fortunately there is no JS
hx-trigger="refreshUserCards from:body"
hx-indicator=".no-loading-indicator"
hx-get="{{$.Link}}"
hx-swap="innerHTML" hx-select=".user-cards"
hx-swap="outerHTML" hx-select=".user-cards"
>
{{if .CardsTitle}}
<h2 class="ui dividing header">
Expand Down
Loading