Revert fix for tooltips in AjaxPage as pages with "application/json" content type actually return the HTML templates... 🤦‍♂️(eg. breaks the autocomplete results)

- Fix only for ext. key modal
This commit is contained in:
Molkobain
2021-03-05 12:40:19 +01:00
parent bbbc5e966b
commit 085855cdc5
2 changed files with 9 additions and 11 deletions

View File

@@ -68,19 +68,16 @@
}
</script>
{% endblock %}
{% else %}
{% block iboPageJsInlineOnDomReady %}
{% for sJsInlineOnDomReady in aPage.aJsInlineOnDomReady %}
<script type="text/javascript">
{{ sJsInlineOnDomReady|raw }}
</script>
{% endfor %}
{% endblock %}
{% endif %}
{% block iboPageJsInlineOnDomReady %}
{% for sJsInlineOnDomReady in aPage.aJsInlineOnDomReady %}
<script type="text/javascript">
{{ sJsInlineOnDomReady|raw }}
</script>
{% endfor %}
<script type="application/javascript">
CombodoTooltip.InitAllNonInstantiatedTooltips($('body'));
</script>
{% endblock %}
{% if aDeferredBlocks is not empty %}
{# TODO 3.0.0 #}
{# <script type="text/javascript"> #}