Mercurial > hg > webaudioevaluationtool
comparison core.js @ 43:2fd137d891a7 Dev_main
Completed more pre-test/post-test popup functions. Presents save and locks test on completion
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Fri, 10 Apr 2015 15:30:44 +0100 |
parents | 8894d17cfad7 |
children | c57aba852764 |
comparison
equal
deleted
inserted
replaced
42:b163842c6002 | 43:2fd137d891a7 |
---|---|
98 a.textContent = "Save File"; | 98 a.textContent = "Save File"; |
99 | 99 |
100 var submitDiv = document.getElementById('download-point'); | 100 var submitDiv = document.getElementById('download-point'); |
101 submitDiv.appendChild(a); | 101 submitDiv.appendChild(a); |
102 } | 102 } |
103 return submitDiv; | |
103 } | 104 } |
104 | 105 |
105 function AudioEngine() { | 106 function AudioEngine() { |
106 | 107 |
107 // Create two output paths, the main outputGain and fooGain. | 108 // Create two output paths, the main outputGain and fooGain. |