Commit c53a550f by Nate Hardison Committed by Joe Blaylock

Remove additional jQuery include

jQuery already available across the whole site at the top level, so
no need to include it again specifically for the chat widget.
parent a0ab4765
...@@ -116,9 +116,6 @@ ...@@ -116,9 +116,6 @@
% endif % endif
% if course.show_chat: % if course.show_chat:
<script type="text/javascript" src="${static.url('js/vendor/jquery.min.js')}"></script>
<script type="text/javascript" src="${static.url('js/vendor/jquery-ui.min.js')}"></script>
<script type="text/javascript" src="${static.url('js/vendor/candy_libs/libs.min.js')}"></script> <script type="text/javascript" src="${static.url('js/vendor/candy_libs/libs.min.js')}"></script>
<script type="text/javascript" src="${static.url('js/vendor/candy.min.js')}"></script> <script type="text/javascript" src="${static.url('js/vendor/candy.min.js')}"></script>
......
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