summaryrefslogtreecommitdiff
path: root/httemplate/misc/did_order_confirmed.html
diff options
context:
space:
mode:
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;