Mercurial > hg > webaudioevaluationtool
comparison core.js @ 625:f285bc1c5d9a Dev_main
Fix for bugs #1671 and #1672
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 21 Mar 2016 13:46:31 +0000 |
parents | 2930218004f5 |
children | 7bcf08da25e4 |
comparison
equal
deleted
inserted
replaced
624:45df85a336d4 | 625:f285bc1c5d9a |
---|---|
363 // Create the audio engine object | 363 // Create the audio engine object |
364 audioEngineContext = new AudioEngine(specification); | 364 audioEngineContext = new AudioEngine(specification); |
365 } | 365 } |
366 | 366 |
367 function createProjectSave(destURL) { | 367 function createProjectSave(destURL) { |
368 // Clear the window.onbeforeunload | |
369 window.onbeforeunload = null; | |
368 // Save the data from interface into XML and send to destURL | 370 // Save the data from interface into XML and send to destURL |
369 // If destURL is null then download XML in client | 371 // If destURL is null then download XML in client |
370 // Now time to render file locally | 372 // Now time to render file locally |
371 var xmlDoc = interfaceXMLSave(); | 373 var xmlDoc = interfaceXMLSave(); |
372 var parent = document.createElement("div"); | 374 var parent = document.createElement("div"); |