summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/javascripts/toxcreate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/javascripts/toxcreate.js b/public/javascripts/toxcreate.js
index d9946c4..1769623 100755
--- a/public/javascripts/toxcreate.js
+++ b/public/javascripts/toxcreate.js
@@ -50,7 +50,7 @@ $(function() {
if( status_before != status_after) {
$("span#model_" + id + "_status").html(data);
loadModel(id, 'model');
- if (status_after == "Completed") id = -1;
+ if (status_after == "Completed" || status_after == "Error") id = -1;
}
},
error: function(data) {