Mercurial > hg > webaudioevaluationtool
diff apeTool.html @ 70:4924b57165c2
Version 1.0 Release!
author | Nicholas Jillings <nicholas.jillings@eecs.qmul.ac.uk> |
---|---|
date | Wed, 22 Apr 2015 18:37:04 +0100 |
parents | c943465de196 |
children |
line wrap: on
line diff
--- a/apeTool.html Fri Apr 10 10:20:52 2015 +0100 +++ b/apeTool.html Wed Apr 22 18:37:04 2015 +0100 @@ -3,6 +3,7 @@ <head> <meta charset="utf-8" /> + <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame Remove this if you use the .htaccess --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> @@ -17,7 +18,11 @@ <!-- Use jQuery hosted from Google CDN --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src='core.js'></script> - + <script type="text/javascript"> + window.onbeforeunload = function() { + return "Please only leave this page once you have completed the tests. Are you sure you have completed all testing?"; + }; + </script> <!-- Uncomment the following script for automatic loading of projects --> <script> url = 'example_eval/project.xml'; //Project XML document location