Use local jQuery lib instead of using ajax.googleapis.com

This commit is contained in:
opi 2016-03-23 09:30:07 +01:00
parent 0209375865
commit e14281f958
2 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="solarized_dark.css"/>
<link rel="stylesheet" type="text/css" href="application.css"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="highlight.min.js"></script>
<script type="text/javascript" src="application.min.js"></script>

4
static/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long