Vier: The forumlist doesn't appear on the left in wide view

This commit is contained in:
Michael 2020-01-13 22:14:14 +00:00
parent e64336b4d3
commit c7beffa5ca
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ function showHideForumlist() {
}
}
</script>
<span id="forumlist-sidebar-frame">
<span id="forumlist-sidebar-inflated" class="widget fakelink" onclick="openCloseWidget('forumlist-sidebar', 'forumlist-sidebar-inflated');">
<h3>{{$title}}</h3>
</span>
@ -46,6 +47,7 @@ function showHideForumlist() {
{{/if}}
</ul>
</div>
</span>
<script>
initWidget('forumlist-sidebar', 'forumlist-sidebar-inflated');
</script>

View File

@ -2,6 +2,7 @@ right_aside {
display: block;
}
#forumlist-sidebar-frame,
#forumlist-sidebar {
display: none;
}