diff options
author | Justin Choquette <jchoquette@iol.unh.edu> | 2022-06-07 16:07:54 -0400 |
---|---|---|
committer | Justin Choquette <jchoquette@iol.unh.edu> | 2022-09-29 13:34:30 -0400 |
commit | 4edb8881357e043fd7ea15efeb2d592c9fb55efc (patch) | |
tree | eac25aa9f64e1938348ccd3cbb0cadde4b995837 /src/templates/base/workflow/confirm.html | |
parent | b7df4193fef9adeccf99685af7d7420274d66064 (diff) |
Laas Dashboard Front End Improvements
Change-Id: Ib9aa21747bd57faef94db7795cd89119ad4b0a9d
Signed-off-by: Justin Choquette <jchoquette@iol.unh.edu>
Diffstat (limited to 'src/templates/base/workflow/confirm.html')
-rw-r--r-- | src/templates/base/workflow/confirm.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/templates/base/workflow/confirm.html b/src/templates/base/workflow/confirm.html index 2f99a41..bc8e4e3 100644 --- a/src/templates/base/workflow/confirm.html +++ b/src/templates/base/workflow/confirm.html @@ -43,16 +43,10 @@ { select.value = "True"; submitStepForm(); + pop_workflow(); } function formcancel() { - select.value = "False"; - submitStepForm(); - } - - var confirmed = {{confirm_succeeded|default:"false"}}; - if( confirmed ) - { pop_workflow(); } </script> |