"init" function for sidebar added
This commit is contained in:
parent
579fd2962e
commit
f801e55d15
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
<span id="group-sidebar-inflated" class="widget fakelink" style="display: none;" onclick="openCloseWidget('group-sidebar', 'group-sidebar-inflated');">
|
<span id="group-sidebar-inflated" class="widget fakelink" onclick="openCloseWidget('group-sidebar', 'group-sidebar-inflated');">
|
||||||
<h3>{{$title}}</h3>
|
<h3>{{$title}}</h3>
|
||||||
</span>
|
</span>
|
||||||
<div class="widget" id="group-sidebar">
|
<div class="widget" id="group-sidebar">
|
||||||
|
@ -43,5 +43,6 @@
|
||||||
|
|
||||||
{{if $ungrouped}}<div id="sidebar-ungrouped"><a class="{{if $ungrouped_selected}}group-selected{{/if}}" href="nogroup">{{$ungrouped}}</a></div>{{/if}}
|
{{if $ungrouped}}<div id="sidebar-ungrouped"><a class="{{if $ungrouped_selected}}group-selected{{/if}}" href="nogroup">{{$ungrouped}}</a></div>{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
<script>
|
||||||
|
initWidget('group-sidebar', 'group-sidebar-inflated');
|
||||||
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue