changeset 1900:cd017e7f9190

Fix for bugs #1671 and #1672
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 21 Mar 2016 13:46:31 +0000
parents 66f3212a1fb1
children 72cf9bfb8c98
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