Commit 89f04618 by tasawernawaz Committed by Tasawer Nawaz

fix examples js issue ECOM-7472

parent 265eb28e
...@@ -636,6 +636,7 @@ ...@@ -636,6 +636,7 @@
{% block extra_js %} {% block extra_js %}
<script src="{% static 'js/publisher/publisher.js' %}"></script> <script src="{% static 'js/publisher/publisher.js' %}"></script>
<script src="{% static 'js/publisher/course-tabs.js' %}"></script>
<script src="{% static 'js/publisher/organizations.js' %}"></script> <script src="{% static 'js/publisher/organizations.js' %}"></script>
<script src="{% static 'js/publisher/seat-type-change.js' %}"></script> <script src="{% static 'js/publisher/seat-type-change.js' %}"></script>
{% endblock %} {% endblock %}
......
...@@ -409,5 +409,6 @@ ...@@ -409,5 +409,6 @@
{% block extra_js %} {% block extra_js %}
<script src="{% static 'js/publisher/publisher.js' %}"></script> <script src="{% static 'js/publisher/publisher.js' %}"></script>
<script src="{% static 'js/publisher/course-tabs.js' %}"></script>
<script src="{% static 'js/publisher/organizations.js' %}"></script> <script src="{% static 'js/publisher/organizations.js' %}"></script>
{% endblock %} {% 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