Commit 37a964a3 by Clinton Blackburn

Moved publisher-related JS files to subdirectory

ECOM-6466
parent 9ac85ead
......@@ -451,5 +451,5 @@
{% block extra_js %}
<script src="{% static 'js/publisher/publisher.js' %}"></script>
<script src="{% static 'js/seat-type-change.js' %}"></script>
<script src="{% static 'js/publisher/seat-type-change.js' %}"></script>
{% endblock %}
......@@ -238,5 +238,5 @@
{% block extra_js %}
<script src="{% static 'js/publisher/publisher.js' %}"></script>
<script src="{% static 'js/seat-type-change.js' %}"></script>
<script src="{% static 'js/publisher/seat-type-change.js' %}"></script>
{% endblock %}
......@@ -58,7 +58,7 @@
<script src="{% static 'bower_components/pikaday/pikaday.js' %}"></script>
<script src="{% static 'bower_components/datatables/media/js/jquery.dataTables.js' %}"></script>
<script src="{% static 'js/publisher/views/navbar.js' %}"></script>
<script src="{% static 'js/utils.js' %}"></script>
<script src="{% static 'js/publisher/utils.js' %}"></script>
{% endcompress %}
<script type="text/javascript">
......
......@@ -50,6 +50,6 @@
{% endblock %}
{% block extra_js %}
<script src="{% static 'js/tabs.js' %}"></script>
<script src="{% static 'js/publisher/tabs.js' %}"></script>
<script src="{% static 'js/publisher/views/dashboard.js' %}"></script>
{% endblock %}
......@@ -30,5 +30,5 @@
{% endblock %}
{% block extra_js %}
<script src="{% static 'js/seat-type-change.js' %}"></script>
<script src="{% static 'js/publisher/seat-type-change.js' %}"></script>
{% endblock %}
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