Merge pull request #8114 from annando/vier-forumlist

Vier: The forumlist doesn't appear on the left in wide view
This commit is contained in:
Hypolite Petovan 2020-01-13 18:35:17 -05:00 committed by GitHub
commit 326cc53b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

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

View File

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