mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-06 09:34:13 +01:00
6 lines
231 B
Twig
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 %}
|