fixed annoying footer being hidden then reshown on first load

This commit is contained in:
psychobunny
2013-05-05 17:31:50 +00:00
parent 73e958e627
commit 496ed20615
2 changed files with 3 additions and 1 deletions

View File

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

View File

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