summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/resource/steps/pod_definition.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/resource/steps/pod_definition.html')
-rw-r--r--dashboard/src/templates/resource/steps/pod_definition.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/src/templates/resource/steps/pod_definition.html b/dashboard/src/templates/resource/steps/pod_definition.html
index ab9dfb3..b2b4998 100644
--- a/dashboard/src/templates/resource/steps/pod_definition.html
+++ b/dashboard/src/templates/resource/steps/pod_definition.html
@@ -596,7 +596,6 @@ function submitForm() {
var input_elem = document.getElementById("hidden_xml_input");
var s = encodeGraph(currentGraph);
input_elem.value = s;
- //form.submit();
req = new XMLHttpRequest();
req.open("POST", "/wf/workflow/", false);
req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");