Mercurial > hg > webaudioevaluationtool
comparison test_create/test_create.html @ 534:a95d323a911e giulio-working
The version I use and works, addresses issues #1622, #1616, partially #1620
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Mon, 22 Feb 2016 04:17:19 +0000 |
parents | 0f758a5efa95 |
children | e0f95b33ba31 |
comparison
equal
deleted
inserted
replaced
531:26b9c01ad2cc | 534:a95d323a911e |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> | 3 <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> |
4 <link rel='stylesheet' type="text/css" href="style.css"/> | 4 <link rel='stylesheet' type="text/css" href="style.css"/> |
5 <link rel='stylesheet' type="text/css" href="custom.css"/> | |
5 <script type="text/javascript"> | 6 <script type="text/javascript"> |
7 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;}; | |
6 // Copy of Specifiation node from Core.js | 8 // Copy of Specifiation node from Core.js |
7 function Specification() { | 9 function Specification() { |
8 // Handles the decoding of the project specification XML into a simple JavaScript Object. | 10 // Handles the decoding of the project specification XML into a simple JavaScript Object. |
9 | 11 |
10 this.interface = null; | 12 this.interface = null; |