summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorSean Whitton <spw@sdf.org>2014-11-11 18:05:00 +0900
committerSean Whitton <spw@sdf.org>2014-11-11 18:05:00 +0900
commit2986b8c493513a8605601c50f6e9f07c7c196c91 (patch)
tree39087261d74eeb1538ea1d2cfd36839cbcd165a1 /index.html
parente64324b58b610def8b4e8bfe3f35f7629422c4ba (diff)
downloadschoolclock-2986b8c493513a8605601c50f6e9f07c7c196c91.tar.gz
jstorage, and use local jquery rather than Google's copy
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index b59247f..4be6049 100644
--- a/index.html
+++ b/index.html
@@ -82,8 +82,11 @@
<footer>
<p>&copy; Company 2014</p>
</footer>
- </div> <!-- /container --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
+ </div> <!-- /container -->
+
+ <script src="js/vendor/jquery-1.11.1.min.js"></script>
+
+ <script src="js/vendor/jstorage.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>