Mercurial > hg > webaudioevaluationtool
changeset 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 | 45df85a336d4 |
children | a2d823a093e2 |
files | core.css core.js |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core.css Sun Mar 20 11:01:26 2016 +0100 +++ b/core.css Mon Mar 21 13:46:31 2016 +0000 @@ -47,7 +47,7 @@ div#popupContent { margin-top: 20px; - margin-bottom: 5px; + margin-bottom: 35px; } div#popupTitle {
--- a/core.js Sun Mar 20 11:01:26 2016 +0100 +++ b/core.js Mon Mar 21 13:46:31 2016 +0000 @@ -365,6 +365,8 @@ } function createProjectSave(destURL) { + // Clear the window.onbeforeunload + window.onbeforeunload = null; // Save the data from interface into XML and send to destURL // If destURL is null then download XML in client // Now time to render file locally