Commit 618de5df by Will Daly

Fixed import error for histogram.coffee

parent 20b04c9b
...@@ -13,14 +13,15 @@ ...@@ -13,14 +13,15 @@
<script src="{% static 'js/vendor/jasmine-jquery.js' %}"></script> <script src="{% static 'js/vendor/jasmine-jquery.js' %}"></script>
<script src="{% static 'console-runner.js' %}"></script> <script src="{% static 'console-runner.js' %}"></script>
{% load compressed %}
{# static files #}
{% compressed_js 'js-test-source' %}
{# source files #} {# source files #}
{% for url in suite.js_files %} {% for url in suite.js_files %}
<script src="{{ url }}"></script> <script src="{{ url }}"></script>
{% endfor %} {% endfor %}
{% load compressed %}
{# static files #}
{% compressed_js 'js-test-source' %}
{# spec files #} {# spec files #}
{% compressed_js 'spec' %} {% compressed_js 'spec' %}
......
...@@ -5,8 +5,5 @@ ...@@ -5,8 +5,5 @@
"/static/js/vendor/jquery-ui.min.js", "/static/js/vendor/jquery-ui.min.js",
"/static/js/vendor/jquery.leanModal.min.js", "/static/js/vendor/jquery.leanModal.min.js",
"/static/js/vendor/flot/jquery.flot.js" "/static/js/vendor/flot/jquery.flot.js"
],
"static_files": [
"js/application.js"
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment