diff options
author | CruiseDevice | 2019-01-30 15:59:23 +0530 |
---|---|---|
committer | CruiseDevice | 2019-01-30 16:14:07 +0530 |
commit | 33cd3d3cb8609875953a34865d287f1934b1343c (patch) | |
tree | fb8dd31e8e572eefe48e8b0fb5fc5007724b4cd6 /yaksh/templates | |
parent | 820dcf515c56cde6c3dd3280d8ae26e2a9368e56 (diff) | |
download | online_test-33cd3d3cb8609875953a34865d287f1934b1343c.tar.gz online_test-33cd3d3cb8609875953a34865d287f1934b1343c.tar.bz2 online_test-33cd3d3cb8609875953a34865d287f1934b1343c.zip |
Use updated jQuery-ui instead of jQuery-migrations.
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/add_lesson.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/add_lesson.html b/yaksh/templates/yaksh/add_lesson.html index 6d6af91..0e1b456 100644 --- a/yaksh/templates/yaksh/add_lesson.html +++ b/yaksh/templates/yaksh/add_lesson.html @@ -6,7 +6,6 @@ {% block script %} <script src="{{ URL_ROOT }}/static/yaksh/js/lesson.js"></script> <script src="{{ URL_ROOT }}/static/yaksh/js/jquery-ui.js"></script> -<script src="{{URL_ROOT}}/static/yaksh/js/jquery-migrate-3.0.0.min.js"></script> {% endblock %} {% block css %} |