Skip to content

Commit

Permalink
Merge pull request #6984 from dannon/fix-charts
Browse files Browse the repository at this point in the history
Fix charts entrypoint for compatibility with newer chunk changes.
  • Loading branch information
guerler committed Nov 7, 2018
2 parents f0df34e + fcf451f commit 0a6117b
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -20,7 +20,9 @@
</script>
${h.js('libs/jquery/jquery',
'libs/jquery/jquery-ui',
'bundled/libs.bundled')}
'bundled/libs.chunk',
'bundled/base.chunk',
'bundled/extended.bundled')}
<%src_path = script_attributes.get("src") %>
<script type="text/javascript" src="${static_url}${src_path}"></script>
<script type="text/javascript">
Expand Down

0 comments on commit 0a6117b

Please sign in to comment.