mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02: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 %}
|