Projet

Général

Profil

0001-misc-don-t-use-addtoblock-to-add-js_seconds_until.js.patch

Frédéric Péters, 18 juillet 2018 21:37

Télécharger (992 octets)

Voir les différences:

Subject: [PATCH] misc: don't use addtoblock to add js_seconds_until.js
 (#25346)

 src/authentic2/templates/authentic2/login_password_form.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/templates/authentic2/login_password_form.html
19 19
{% endif %}
20 20
</div>
21 21

  
22
{% addtoblock "js-endpage" %}<script type="text/javascript" src="{% static "authentic2/js/js_seconds_until.js" %}"></script>{% endaddtoblock %}
22
<script type="text/javascript" src="{% static "authentic2/js/js_seconds_until.js" %}" async></script>
23
-