mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
🚚 collapsibleSection JQuery widget renamed to collapsible_section
to match other widget naming convention
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$('#{{ oUIBlock.GetId() }}').collapsibleSection({
|
||||
bOpenedByDefault: {{ oUIBlock.IsOpenedByDefault()|var_export }}
|
||||
{% if oUIBlock.IsSaveCollapsibleStateEnabled() %}, collapsibleStateStorageKey: '{{ oUIBlock.GetSessionCollapsibleStateStorageKey() }}'{% endif %}
|
||||
$('#{{ oUIBlock.GetId() }}').collapsible_section({
|
||||
bOpenedByDefault: {{ oUIBlock.IsOpenedByDefault()|var_export }}
|
||||
{% if oUIBlock.IsSaveCollapsibleStateEnabled() %}, collapsibleStateStorageKey: '{{ oUIBlock.GetSessionCollapsibleStateStorageKey() }}'{% endif %}
|
||||
});
|
||||
Reference in New Issue
Block a user