# HG changeset patch # User Nicholas Jillings # Date 1458567991 0 # Node ID 251c167bf42e6d25d5667bef99c1dc15dd70baac # Parent 4e0504f39c87dd4c0163948079bd1b20bf794afa Fix for bugs #1671 and #1672 diff -r 4e0504f39c87 -r 251c167bf42e core.css --- 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 { diff -r 4e0504f39c87 -r 251c167bf42e core.js --- 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