Skip to content

Commit

Permalink
Fix inclusion of new reports charts javascript file to not use a stat…
Browse files Browse the repository at this point in the history
…ic path.
  • Loading branch information
dannon committed Jul 29, 2015
1 parent 09f0aaf commit 8ae3406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/webapps/reports/run_stats.mako
Expand Up @@ -8,7 +8,7 @@
<!--run_stats.mako-->
<html>
<head>
<script type="text/javascript" src="/report/static/scripts/reports_webapp/run_stats.js"></script>
<script type="text/javascript" src="${h.url_for('/static/scripts/reports_webapp/run_stats.js')}"></script>
<script type="text/javascript">
$(document).ready( function(e) {
create_chart( ${jf_hr_data}, "jf_hr_chart", "hours", "Jobs Finished per Hour" );
Expand Down Expand Up @@ -52,4 +52,4 @@
</div>
</body>
</html>
<!--run_stats.mako-->
<!--run_stats.mako-->

0 comments on commit 8ae3406

Please sign in to comment.