N°2847 - Ajax page javascripts

This commit is contained in:
Eric
2020-09-16 17:16:01 +02:00
parent 410a637598
commit e3739641b4
5 changed files with 71 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
{% extends "pages/backoffice/webpage/layout.html.twig" %}
{% block iboPageJsInlineOnDomReady %}
setTimeout(function () {
{% for sJsInline in aPage.aJsInlineOnDomReady %}
setTimeout(function () {
{{ sJsInline|raw }}
}, 50);
{% endfor %}
}, 50);
{% endblock %}