comparison index.html @ 1621:f8220eeeeddc

Popup now in core.js, universal to interface.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Tue, 26 May 2015 11:40:17 +0100
parents da84079192c6
children 9e65514f45c9
comparison
equal deleted inserted replaced
1620:da84079192c6 1621:f8220eeeeddc
24 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?";
25 }; 25 };
26 </script> 26 </script>
27 <!-- Uncomment the following script for automatic loading of projects --> 27 <!-- Uncomment the following script for automatic loading of projects -->
28 <script> 28 <script>
29 url = 'PXL_test/brecht.xml'; //Project XML document location 29 url = 'example_eval/project.xml'; //Project XML document location
30 loadProjectSpec(url); 30 loadProjectSpec(url);
31 </script> 31 </script>
32 32
33 </head> 33 </head>
34 34