Jquery update. Can't be on CDN due to Appcache.

This commit is contained in:
Kai Hendry
2012-09-18 10:34:35 +01:00
parent 372d21d025
commit 368e8f847f
3 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ tweets.txt
/bootstrap/docs/assets/css/bootstrap.css /bootstrap/docs/assets/css/bootstrap.css
/bootstrap/docs/assets/img/glyphicons-halflings.png /bootstrap/docs/assets/img/glyphicons-halflings.png
/style.css /style.css
/jquery-1.8.0.min.js /jquery.js
NETWORK: NETWORK:
* *

View File

@@ -28,7 +28,7 @@
<div id="results"></div> <div id="results"></div>
<script src="/jquery-1.8.0.min.js"></script> <script src="/jquery.js"></script>
<script async src="/main.js"></script> <script async src="/main.js"></script>
<footer><span id="source"></span></footer> <footer><span id="source"></span></footer>

2
jquery.js vendored Normal file

File diff suppressed because one or more lines are too long