svg
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
|
||||
{% block localjavascript %}
|
||||
$(document).ready(function() {
|
||||
{% if app.user %} window.location.href = "{{ path("app_home")}}"; {% endif %}
|
||||
$("#username").focus();
|
||||
});
|
||||
{% endblock %}
|
Reference in New Issue
Block a user