aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/workflow/confirm.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/base/workflow/confirm.html')
-rw-r--r--src/templates/base/workflow/confirm.html8
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>