mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-05 09:04:19 +01:00
N°2847 - Fix External key selection
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{% block iboPageJsFiles %}
|
||||
{% for sJsFile in aPage.aJsFiles %}
|
||||
<script type="text/javascript">
|
||||
$.getScript({{ sJsFile|json_encode }});
|
||||
$.getScript('{{ sJsFile|raw }}');
|
||||
</script>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
@@ -46,6 +46,6 @@
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
{{ sCapturedOutput }}
|
||||
{{ aPage.sCapturedOutput|raw }}
|
||||
|
||||
{% endapply %}
|
||||
Reference in New Issue
Block a user