Mercurial > hg > webaudioevaluationtool
diff test_create/test_create.html @ 536:efac13499354 Dev_main
Merge into dev_main
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 22 Feb 2016 12:19:43 +0000 |
parents | a95d323a911e |
children | e0f95b33ba31 |
line wrap: on
line diff
--- a/test_create/test_create.html Sun Feb 21 03:35:27 2016 +0000 +++ b/test_create/test_create.html Mon Feb 22 12:19:43 2016 +0000 @@ -2,7 +2,9 @@ <head> <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> <link rel='stylesheet' type="text/css" href="style.css"/> + <link rel='stylesheet' type="text/css" href="custom.css"/> <script type="text/javascript"> + window.onbeforeunload = function (e) {var message = 'If you leave the page now, any unsaved changes will be lost', e = e || window.event; if (e) { e.returnValue = message;}return message;}; // Copy of Specifiation node from Core.js function Specification() { // Handles the decoding of the project specification XML into a simple JavaScript Object. @@ -632,4 +634,4 @@ <div id="blanket"></div> <div id="content"></div> </body> -</html> \ No newline at end of file +</html>