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.
This commit is contained in:
Nate Hardison
2013-05-21 16:32:40 -07:00
committed by Joe Blaylock
parent a0ab47658a
commit c53a550f3b

View File

@@ -116,9 +116,6 @@
% endif
% 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.min.js')}"></script>