1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 21:33:01 +02:00

feat(admin-panel): improve admin settings page #186

This commit is contained in:
Awilum
2019-09-01 14:43:15 +03:00
parent 407dd90a22
commit 6e6bf80466

View File

@@ -445,3 +445,11 @@
</div>
</form>
{% endblock %}
{% block tail %}
<script type="text/javascript">
if(window.location.hash != "") {
$('a[href="' + window.location.hash + '"]').click()
}
</script>
{% endblock %}