Use cdn for jQuery

This commit is contained in:
Futago-za Ryuu 2018-09-11 11:00:00 +01:00
parent dd76ff85d4
commit 46280b3992
2 changed files with 3 additions and 3 deletions

View file

@ -25,6 +25,6 @@
</tr> </tr>
</table> </table>
<script src="/vendor/jquery/jquery.js"></script> <script src="https://unpkg.com/jquery@1.12.4/dist/jquery.min.js"></script>
<script src="/vendor/jquery.scrollto/jquery.scrollTo.js"></script> <script src="https://unpkg.com/jquery.scrollto@2.1.2/jquery.scrollTo.min.js"></script>
<script src="/js/benchmark-bundle.js"></script> <script src="/js/benchmark-bundle.js"></script>

View file

@ -117,7 +117,7 @@ _ "whitespace"
</tr> </tr>
</table> </table>
<script src="/vendor/jquery/jquery.js"></script> <script src="https://unpkg.com/jquery@1.12.4/dist/jquery.min.js"></script>
<script src="/vendor/pegjs/peg.js"></script> <script src="/vendor/pegjs/peg.js"></script>
<script src="/vendor/jsdump/jsDump.js"></script> <script src="/vendor/jsdump/jsDump.js"></script>
<script src="/vendor/codemirror/codemirror.js"></script> <script src="/vendor/codemirror/codemirror.js"></script>