Skip to content

Commit

Permalink
trim whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jul 29, 2015
1 parent 8ae3406 commit 29d7f8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/webapps/reports/run_stats.mako
Expand Up @@ -7,7 +7,7 @@

<!--run_stats.mako-->
<html>
<head>
<head>
<script type="text/javascript" src="${h.url_for('/static/scripts/reports_webapp/run_stats.js')}"></script>
<script type="text/javascript">
$(document).ready( function(e) {
Expand All @@ -34,7 +34,6 @@
<div class="hr_container">
<svg class="chart hr" id="et_hr_chart"></svg>
</div>

</div>
<div class="charts">
<div class="trim" id="tr_dy"></div>
Expand All @@ -47,7 +46,6 @@
<div class="dy_container">
<svg class="chart dy" id="et_dy_chart"></svg>
</div>

</div>
</div>
</body>
Expand Down

0 comments on commit 29d7f8b

Please sign in to comment.