diff js/core.js @ 3027:b09e9b7ef246

Merge branch 'vnext' into Dev_main
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 14 Sep 2017 13:14:00 +0100
parents c93687862a79 cacc7f1cf062
children 192538967e67
line wrap: on
line diff
--- a/js/core.js	Tue Sep 12 19:24:03 2017 +0100
+++ b/js/core.js	Thu Sep 14 13:14:00 2017 +0100
@@ -3591,7 +3591,7 @@
                     returnURL = specification.projectReturn;
                 }
             }
-            this.request.open("GET", returnURL + "php/requestKey.php", true);
+            this.request.open("GET", returnURL + "php/requestKey.php?saveFilenamePrefix=" + this.parent.filenamePrefix, true);
             this.request.addEventListener("load", this);
             this.request.send();
         },