Files
iTop/templates/specific/displayblock/blockchart/layout.js.twig

7 lines
276 B
Twig

{# @copyright Copyright (C) 2010-2020 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% apply spaceless %}
$.post('{{ oUIBlock.GetParameter('sUrl')|escape_for_js_string|raw }}', {}, function (data) {
$('body').append(data);
});
{% endapply %}