Skip to content

Commit

Permalink
[bugfix] html points to dashboard.entry.js instead of jsx (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 13, 2016
1 parent 18b8e6f commit 082645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/templates/caravel/dashboard.html
Expand Up @@ -2,7 +2,7 @@

{% block head_js %}
{{ super() }}
<script src="/static/assets/javascripts/dist/dashboard.entry.js"></script>
<script src="/static/assets/javascripts/dist/dashboard.entry.jsx"></script>
{% endblock %}
{% block title %}[dashboard] {{ dashboard.dashboard_title }}{% endblock %}
{% block body %}
Expand Down

0 comments on commit 082645d

Please sign in to comment.