mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 11:06:40 +02:00
fixed annoying footer being hidden then reshown on first load
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
</div><!--END container -->
|
||||
<!-- START Forum Info -->
|
||||
<div id="footer" class="container" style="padding-top: 50px;">
|
||||
<div id="footer" class="container" style="padding-top: 50px; display: none">
|
||||
<div class="alert alert-info">
|
||||
<span id="active_users"></span>; <span id="active_record"></span><br />
|
||||
<span id="number_of_users"></span><br />
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
<li><a href="/">Home</a> <span class="divider">/</span></li>
|
||||
<li class="active">{topic_name}</li>
|
||||
</ul>
|
||||
|
||||
psychobunny, null, and 2 guests are browsing this thread.
|
||||
</div>
|
||||
|
||||
<ul id="post-container" class="post-container container">
|
||||
|
||||
Reference in New Issue
Block a user