Remove debug testing

main
Noah Petherbridge 2024-04-24 20:38:07 -07:00
parent f4721d65da
commit 19d06c183f
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@
<div class="card-content">
<!-- Lazy load the statistics card-->
<div hx-get="/htmx/user/profile/activity?username={{.User.Username}}&delay=1" hx-trigger="load">
<div hx-get="/htmx/user/profile/activity?username={{.User.Username}}" hx-trigger="load">
<i class="fa fa-spinner fa-spin mr-1"></i> Loading...
</div>