Skip to content

Commit

Permalink
Remove delay from loading user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
zediious committed Apr 25, 2024
1 parent bfdec74 commit 0c659fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raptorWeb/templates/raptormc/users/user.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="mt-4" id="user_box"
hx-get="{% url 'authprofiles:user_profile' user_slug=request.path|get_user_from_url %}"
hx-trigger="load delay:0.1s"
hx-trigger="load"
hx-target="#user_box"
hx-swap="innerHTML"
>
Expand Down

0 comments on commit 0c659fe

Please sign in to comment.