changeset 2466:496fde335890

Hotfix. Completed results should be closed with state="complete"
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 07 Jul 2016 10:04:35 +0100
parents af42b5492f46
children 221688a8be4f
files js/core.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/js/core.js	Thu Jun 23 13:47:43 2016 +0100
+++ b/js/core.js	Thu Jul 07 10:04:35 2016 +0100
@@ -3397,6 +3397,7 @@
             this.update();
 		}
 		this.state = 1;
+        this.root.setAttribute("state","complete");
 		return this.root;
 	};
 }