Skip to content

Commit

Permalink
Drop d3 from inline chart_entry_point libs; we should look at the res…
Browse files Browse the repository at this point in the history
…t of these, too, probably.
  • Loading branch information
dannon authored and guerler committed Feb 11, 2018
1 parent 2b3c517 commit dea41ef
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
</script>
${h.js('libs/jquery/jquery',
'libs/jquery/jquery-ui',
'libs/d3',
'bundled/libs.bundled',
'bundled/chart.bundled')}
<script type="text/javascript" src="${script_attributes.get("src")}"></script>
Expand All @@ -35,4 +34,4 @@
$('body').append(app.$el);
});
</script>
</%def>
</%def>

0 comments on commit dea41ef

Please sign in to comment.