diff index.html @ 1611:f2d271965e38

Added local jQuery 2.1.4 file to enable internet free. Can rely entirely on local python server
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Sun, 17 May 2015 16:45:09 +0100
parents a21deccefe7d
children dcb042ed9d76 759c2ace3c65
line wrap: on
line diff
--- a/index.html	Sun May 17 09:00:09 2015 +0100
+++ b/index.html	Sun May 17 16:45:09 2015 +0100
@@ -16,7 +16,8 @@
 		<link rel='stylesheet' type='text/css' href='graphics.css'>
 		<link rel='stylesheet' type='text/css' href='structure.css'>
 		<!-- Use jQuery hosted from Google CDN -->
-		<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
+		<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
+		<script src="jquery-2.1.4.js"></script>
 		<script src='core.js'></script>
 		<script type="text/javascript">
 			window.onbeforeunload = function() {