Commit a0ab4765 by Nate Hardison Committed by Joe Blaylock

Move Candy.js files to new vendor/ directory

parent bf8e5e6b
...@@ -119,10 +119,8 @@ ...@@ -119,10 +119,8 @@
<script type="text/javascript" src="${static.url('js/vendor/jquery.min.js')}"></script> <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/jquery-ui.min.js')}"></script>
## These are being pulled from lms/static/js, and there's no vendor/ <script type="text/javascript" src="${static.url('js/vendor/candy_libs/libs.min.js')}"></script>
## directory there (yet) <script type="text/javascript" src="${static.url('js/vendor/candy.min.js')}"></script>
<script type="text/javascript" src="${static.url('js/candy_libs/libs.min.js')}"></script>
<script type="text/javascript" src="${static.url('js/candy.min.js')}"></script>
<script type="text/javascript"> <script type="text/javascript">
// initialize the Candy.js plugin // initialize the Candy.js plugin
......
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