Commit 3554fea0 authored by Leo Iannacone's avatar Leo Iannacone

Merge remote-tracking branch 'github/master' into portable

parents 8125968a aebe3389
......@@ -254,6 +254,7 @@ function Page_History() {
_sort_table();
_create_graph_distributions();
_create_graph_days();
$('.body').fadeIn("fast");
});
debug_socket('emit', config.events.client.history, '');
......
......@@ -9,6 +9,7 @@
<div id="days-chart" class="ct-chart"></div>
<div id="distributions-chart" class="ct-chart"></div>
</div>
<div class="body" style="display: none">
<a id="download" class="btn btn-primary">Download current view</a>
<table id="history" class="tablesorter">
<thead>
......@@ -23,5 +24,6 @@
</thead>
<tbody></tbody>
</table>
</div>
</article>
<% include footer.ejs %>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment