changeset 2446:e5b205b92109

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 49ceb4d0f967
children 61dba2f2c9dd aafa38291420
files js/core.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/js/core.js	Thu Jun 23 12:57:46 2016 +0100
+++ b/js/core.js	Thu Jul 07 10:04:35 2016 +0100
@@ -3226,6 +3226,7 @@
             this.update();
 		}
 		this.state = 1;
+        this.root.setAttribute("state","complete");
 		return this.root;
 	};
 }