diff options
author | Mark Wells <mark@freeside.biz> | 2016-07-26 15:06:36 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-07-27 17:10:12 -0700 |
commit | 76b22e66bf8e615def0a24cd8cda23c3949eae70 (patch) | |
tree | 0775b1eca354058e607c4eef77eb86962f223f0d /httemplate/misc/did_order_confirmed.html | |
parent | 990d718978480aa02b0031a2ec6753e64975fd34 (diff) |
prevent reload loops on process pages, #71249
Diffstat (limited to 'httemplate/misc/did_order_confirmed.html')
-rw-r--r-- | httemplate/misc/did_order_confirmed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/did_order_confirmed.html b/httemplate/misc/did_order_confirmed.html index 53dbb2f3a..3cc121c6f 100644 --- a/httemplate/misc/did_order_confirmed.html +++ b/httemplate/misc/did_order_confirmed.html @@ -14,7 +14,7 @@ die "access denied" my $action = $1; my $header = ''; my $popup = ''; -my $js = 'window.top.location.reload();'; +my $js = 'topreload();'; $cgi->param('ordernum') =~ /^(\d+)$/ or die 'illegal ordernum'; my $ordernum = $1; |