Use cdn for jQuery
This commit is contained in:
parent
dd76ff85d4
commit
46280b3992
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue