mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
Fix tooltips not activated in AjaxPage
This commit is contained in:
@@ -57,25 +57,29 @@
|
|||||||
{{ sJsInlineOnDomReady|raw }}
|
{{ sJsInlineOnDomReady|raw }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
fLoadScript{{ sId }}();
|
fLoadScript{{ sId }}();
|
||||||
} else {
|
} else
|
||||||
{% for sJsInlineOnDomReady in aPage.aJsInlineOnDomReady %}
|
{
|
||||||
{{ sJsInlineOnDomReady|raw }}
|
{% for sJsInlineOnDomReady in aPage.aJsInlineOnDomReady %}
|
||||||
{% endfor %}
|
{{ sJsInlineOnDomReady|raw }}
|
||||||
}
|
{% endfor %}
|
||||||
</script>
|
}
|
||||||
{% endblock %}
|
</script>
|
||||||
{% else %}
|
{% endblock %}
|
||||||
{% block iboPageJsInlineOnDomReady %}
|
{% endif %}
|
||||||
{% for sJsInlineOnDomReady in aPage.aJsInlineOnDomReady %}
|
|
||||||
<script type="text/javascript">
|
{% block iboPageJsInlineOnDomReady %}
|
||||||
{{ sJsInlineOnDomReady|raw }}
|
{% for sJsInlineOnDomReady in aPage.aJsInlineOnDomReady %}
|
||||||
</script>
|
<script type="text/javascript">
|
||||||
{% endfor %}
|
{{ sJsInlineOnDomReady|raw }}
|
||||||
{% endblock %}
|
</script>
|
||||||
{% endif %}
|
{% endfor %}
|
||||||
|
<script type="application/javascript">
|
||||||
|
CombodoTooltip.InitAllNonInstantiatedTooltips($('body'));
|
||||||
|
</script>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% if aDeferredBlocks is not empty %}
|
{% if aDeferredBlocks is not empty %}
|
||||||
{# TODO 3.0.0 #}
|
{# TODO 3.0.0 #}
|
||||||
|
|||||||
Reference in New Issue
Block a user