aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/config_bundle/steps/define_software.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/config_bundle/steps/define_software.html')
-rw-r--r--src/templates/config_bundle/steps/define_software.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/templates/config_bundle/steps/define_software.html b/src/templates/config_bundle/steps/define_software.html
index 87e5997..7c47569 100644
--- a/src/templates/config_bundle/steps/define_software.html
+++ b/src/templates/config_bundle/steps/define_software.html
@@ -44,12 +44,3 @@ for(var i=0; i<parents.length; i++){
checkbox.value = "True";
}
}
-
-var form = $("#table_formset");
-var formData = form.serialize();
-var req = new XMLHttpRequest();
-req.open("POST", "/wf/workflow/", false);
-req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
-req.onerror = function() { alert("problem with form submission"); }
-req.send(formData);
-{% endblock onleave %}