comparison index.html @ 103:e4436132dbd9

Added local jQuery 2.1.4 file to enable internet free. Can rely entirely on local python server
author Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk>
date Sun, 17 May 2015 16:45:09 +0100
parents 3656025f2bfd
children dcb042ed9d76 759c2ace3c65
comparison
equal deleted inserted replaced
102:2dde0209be3d 103:e4436132dbd9
14 14
15 <!-- Load up the default core JS and CSS files--> 15 <!-- Load up the default core JS and CSS files-->
16 <link rel='stylesheet' type='text/css' href='graphics.css'> 16 <link rel='stylesheet' type='text/css' href='graphics.css'>
17 <link rel='stylesheet' type='text/css' href='structure.css'> 17 <link rel='stylesheet' type='text/css' href='structure.css'>
18 <!-- Use jQuery hosted from Google CDN --> 18 <!-- Use jQuery hosted from Google CDN -->
19 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> 19 <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
20 <script src="jquery-2.1.4.js"></script>
20 <script src='core.js'></script> 21 <script src='core.js'></script>
21 <script type="text/javascript"> 22 <script type="text/javascript">
22 window.onbeforeunload = function() { 23 window.onbeforeunload = function() {
23 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; 24 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?";
24 }; 25 };