diff options
author | Sean Smith <ssmith@iol.unh.edu> | 2020-07-31 13:07:20 -0400 |
---|---|---|
committer | Sean Smith <ssmith@iol.unh.edu> | 2020-07-31 13:11:45 -0400 |
commit | 7a202d78ab96e86acf9727edb908c0e9e24ea551 (patch) | |
tree | a988c17cf0232547cce930c27cfc506717237482 /src/templates | |
parent | 0b714de9fbec893927d843317c1e2deadf4416b8 (diff) |
Allow headnodes in design a pod
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
Change-Id: I74449692e0341125da014ab8120297815adb284a
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/base/config_bundle/steps/define_software.html | 1 |
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"); |