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

2022.09-rc
Michael 2020-01-13 22:14:14 +00:00
rodzic e64336b4d3
commit c7beffa5ca
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

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