summaryrefslogtreecommitdiff
path: root/httemplate/misc/did_order_confirmed.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-08 15:16:51 -0700
committerMark Wells <mark@freeside.biz>2016-09-08 15:16:51 -0700
commitfc6b09e0585fd50f4d31f8de75f891b4bfece178 (patch)
tree879f697f7f2cf7f416470831fe57c8545673200c /httemplate/misc/did_order_confirmed.html
parent162097d4e2bd08efd71d998406c14cbfeb108d0b (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.html2
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;