Skip to content

Commit

Permalink
Moved d3 import to run_stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Airistotal committed Aug 20, 2015
1 parent 673dd2b commit 7825193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/base.mako
Expand Up @@ -53,7 +53,6 @@
"libs/underscore",
"libs/backbone/backbone",
"libs/handlebars.runtime",
"libs/d3",
"galaxy.base",
'libs/require'
)}
Expand Down
2 changes: 2 additions & 0 deletions templates/webapps/reports/run_stats.mako
@@ -1,6 +1,8 @@
<%inherit file="/base.mako"/>
<%namespace file="/message.mako" import="render_msg" />

${h.js("libs/d3")}

%if message:
${render_msg( message, 'done' )}
%endif
Expand Down

0 comments on commit 7825193

Please sign in to comment.