This commit is contained in:
2024-12-24 17:29:37 +01:00
parent e0aa499940
commit 4c08435bd8
115 changed files with 3613 additions and 152 deletions

View File

@ -35,12 +35,9 @@
{% endblock %}
{% block localscript %}
<script type="module">
import $ from 'jquery';
<script>
$(document).ready(function () {
$("#username").focus();
});
</script>
{% endblock %}