mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Use stimulus for global reloading
This commit is contained in:
parent
390deca544
commit
ea6357c259
4 changed files with 22 additions and 14 deletions
|
@ -6,10 +6,6 @@
|
|||
{% trans %}user.settings.label{% endtrans %}{% endblock %}
|
||||
|
||||
{% block card_content %}
|
||||
{% if page_need_reload %}
|
||||
<script>window.location.href = window.location.href;</script>
|
||||
{% endif %}
|
||||
|
||||
{{ form_start(settings_form) }}
|
||||
|
||||
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue