manager: wait for onload before running switch-user js (#42294)

This commit is contained in:
Frédéric Péters 2020-05-30 16:23:02 +02:00
parent 3d2b51f444
commit 2117a108d2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<a id='su-link' href="{{ su_url }}">{{ su_url }}</a>
</p>
<script>
window.a2_js_seconds_until();
$(function() { window.a2_js_seconds_until(); });
</script>
</form>
{% endblock %}