diff test_create/test_create.html @ 1373:65eecc71c381

Drag and drop area defined for updating a project file in test creator.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 10 Feb 2016 16:33:41 +0000
parents 25a33f2489e7
children 6a2e904c519f
line wrap: on
line diff
--- a/test_create/test_create.html	Wed Feb 10 14:46:57 2016 +0000
+++ b/test_create/test_create.html	Wed Feb 10 16:33:41 2016 +0000
@@ -8,7 +8,7 @@
             // Handles the decoding of the project specification XML into a simple JavaScript Object.
 
             this.interface = null;
-            this.projectReturn = null;
+            this.projectReturn = "null";
             this.randomiseOrder = null;
             this.testPages = null;
             this.pages = [];