mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°2847 - Ajax page javascripts
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user