summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/dashboard/landing.html
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2018-12-03 19:22:36 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-12-03 19:22:36 +0000
commitdac183ec44234cf42c5805596ad508bab703f1fd (patch)
tree98aad779352c202ee022a8f017dd17cad68d59fd /dashboard/src/templates/dashboard/landing.html
parent259a327639c5e32e15ccce34c013eece72cd175c (diff)
parentd7e2fc7062a761e62335073bec6306c78f1471cc (diff)
Merge "Removed Vanilla Form Submission"
Diffstat (limited to 'dashboard/src/templates/dashboard/landing.html')
-rw-r--r--dashboard/src/templates/dashboard/landing.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/dashboard/src/templates/dashboard/landing.html b/dashboard/src/templates/dashboard/landing.html
index 3e0aacd..b1eec86 100644
--- a/dashboard/src/templates/dashboard/landing.html
+++ b/dashboard/src/templates/dashboard/landing.html
@@ -28,12 +28,6 @@
grid-template-columns: 33% 34% 33%;
}
</style>
-<script type="text/javascript">
- function cwf(wf_type){
- document.getElementById('id_workflow').selectedIndex = wf_type;
- document.getElementById('wf_selection_form').submit();
- }
-</script>
<div class='wf_create_div'>
<button class="wf_create btn" onclick="cwf(0)">Create a Booking</button>
<button class="wf_create btn" onclick="cwf(1)">Create a Pod</button>