mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-26 05:44:12 +01:00
4 lines
252 B
Twig
4 lines
252 B
Twig
$('#{{ oUIBlock.GetId() }}').alert({
|
|
bOpenedByDefault: {{ oUIBlock.IsOpenedByDefault()|var_export }}
|
|
{% if oUIBlock.IsSaveCollapsibleStateEnabled() %}, collapsibleStateStorageKey: '{{ oUIBlock.GetSessionCollapsibleStateStorageKey() }}'{% endif %}
|
|
}); |