aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Smith <ssmith@iol.unh.edu>2020-07-31 13:07:20 -0400
committerSean Smith <ssmith@iol.unh.edu>2020-07-31 13:11:45 -0400
commit7a202d78ab96e86acf9727edb908c0e9e24ea551 (patch)
treea988c17cf0232547cce930c27cfc506717237482
parent0b714de9fbec893927d843317c1e2deadf4416b8 (diff)
Allow headnodes in design a pod
Signed-off-by: Sean Smith <ssmith@iol.unh.edu> Change-Id: I74449692e0341125da014ab8120297815adb284a
-rw-r--r--src/templates/base/config_bundle/steps/define_software.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/base/config_bundle/steps/define_software.html b/src/templates/base/config_bundle/steps/define_software.html
index 43f3f5d..b61cb1c 100644
--- a/src/templates/base/config_bundle/steps/define_software.html
+++ b/src/templates/base/config_bundle/steps/define_software.html
@@ -27,7 +27,6 @@
{% block tablejs %}
<script>
- document.getElementById("radio_{{headnode}}").checked = true;
function radio_pre_submit(){
var parents = document.getElementsByClassName("table_hidden_input_parent");