Move jquery libraries into a subfolder

This commit is contained in:
Saivann 2015-08-21 02:06:38 -04:00
parent 41195a982d
commit 4b950cf928
8 changed files with 12 additions and 12 deletions

View file

@ -256,6 +256,6 @@ untrusted source.
<script>updateToc();</script>
<script>addAnchorLinks();</script>
<script src="/js/jquery-1.11.2.min.js"></script>
<script src="/js/jquery-ui.min.js"></script>
<script src="/js/jquery/jquery-1.11.2.min.js"></script>
<script src="/js/jquery/jquery-ui.min.js"></script>
<script src="/js/devsearch.js"></script>