X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fdid_order_confirmed.html;h=3cc121c6fd33f882e8c8d314f66dc5d3c47a3bee;hp=53dbb2f3ae73817aaa897071b0d50918bccd0833;hb=76b22e66bf8e615def0a24cd8cda23c3949eae70;hpb=990d718978480aa02b0031a2ec6753e64975fd34 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;