Files
iTop/templates/base/components/panel/layout.js.twig
2021-03-02 12:02:09 +01:00

6 lines
231 B
Twig

{% if oUIBlock.isCollapsible() %}
$('#{{ oUIBlock.GetId() }}').find('[data-role="ibo-panel--collapsible-toggler"]').on('click', function(){
$('#{{ oUIBlock.GetId() }}').toggleClass('ibo-is-opened');
});
{% endif %}