Mercurial > hg > webaudioevaluationtool
view test_create.html @ 2345:9239f1d74f01
Revert "Forcing displaying scrollbar in popup when needed. Closed #62"
This reverts commit 8cf0d3864ca114e381c97bbc008f74be35264192.
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Mon, 16 May 2016 10:29:43 +0100 |
parents | 760719986df3 |
children | 8be11a6d8b59 |
line wrap: on
line source
<html> <head> <!-- This defines the test creator tool for the Web Audio Evaluation Toolbox --> <link rel='stylesheet' type="text/css" href="test_create/style.css"/> <link rel='stylesheet' type="text/css" href="test_create/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 </script> <script src="js/jquery-2.1.4.js"></script> <script type="text/javascript" src='js/specification.js'></script> <script type="text/javascript" src="test_create/test_core.js"></script> </head> <body> <div id="popupHolder"></div> <div id="blanket"></div> <div id="content"></div> </body> </html>