Skip to content

Commit

Permalink
Fixed hidden table not opening on first click.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonklo committed Jun 27, 2012
1 parent 32820fb commit d14045a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions memcache_status/templates/memcache_status/index.html
Expand Up @@ -28,10 +28,6 @@
padding-top: 1em;
}

div.cache_stats tbody{
display: none;
}

div.cache_graph{
height: 1em;
width: 100%;
Expand Down Expand Up @@ -79,7 +75,7 @@
</div>
</td></tr>
</thead>
<tbody id="cache{{ forloop.counter }}">
<tbody id="cache{{ forloop.counter }}" style="display: none;">
<tr>
<th>{% trans "Miss Ratio" %}</th>
<td>
Expand Down

0 comments on commit d14045a

Please sign in to comment.