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:
committed by
Joe Blaylock
parent
a0ab47658a
commit
c53a550f3b
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user