Mercurial > hg > webaudioevaluationtool
comparison apeTool.html @ 680:d7bdfe8bf67e
Added page-exit checks
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Fri, 17 Apr 2015 10:06:20 +0100 |
parents | 0a401224660b |
children | 820805ac7326 |
comparison
equal
deleted
inserted
replaced
679:a79490e0fdc7 | 680:d7bdfe8bf67e |
---|---|
24 <link rel='stylesheet' type='text/css' href='graphics.css'> | 24 <link rel='stylesheet' type='text/css' href='graphics.css'> |
25 <link rel='stylesheet' type='text/css' href='structure.css'> | 25 <link rel='stylesheet' type='text/css' href='structure.css'> |
26 <!-- Use jQuery hosted from Google CDN --> | 26 <!-- Use jQuery hosted from Google CDN --> |
27 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | 27 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
28 <script src='core.js'></script> | 28 <script src='core.js'></script> |
29 | 29 <script type="text/javascript"> |
30 window.onbeforeunload = function() { | |
31 return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; | |
32 }; | |
33 </script> | |
30 <!-- Uncomment the following script for automatic loading of projects --> | 34 <!-- Uncomment the following script for automatic loading of projects --> |
31 <script> | 35 <script> |
32 url = 'example_eval/project.xml'; //Project XML document location | 36 url = 'example_eval/project.xml'; //Project XML document location |
33 loadProjectSpec(url); | 37 loadProjectSpec(url); |
34 </script> | 38 </script> |