Projet

Général

Profil

0001-manager-wait-for-onload-before-running-switch-user-j.patch

Frédéric Péters, 28 juillet 2020 21:46

Télécharger (960 octets)

Voir les différences:

Subject: [PATCH] manager: wait for onload before running switch-user js
 (#42294)

 .../manager/templates/authentic2/manager/user_su.html           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/manager/templates/authentic2/manager/user_su.html
13 13
        <a id='su-link' href="{{ su_url }}">{{ su_url }}</a>
14 14
    </p>
15 15
    <script>
16
      window.a2_js_seconds_until();
16
      $(function() { window.a2_js_seconds_until(); });
17 17
    </script>
18 18
</form>
19 19
{% endblock %}
20
-