summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authormark <mark>2011-07-13 08:11:00 +0000
committermark <mark>2011-07-13 08:11:00 +0000
commit79ca08ffa158d20736d0d5807375e70f69b166f0 (patch)
tree6d5f947393dbacb2a59a386bbc8c077175d258f7 /httemplate/elements
parent5f7fe6b10990eee2d1e8a9608cfd2bb656912477 (diff)
fix invoice batch download, #13461
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/progress-popup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/progress-popup.html b/httemplate/elements/progress-popup.html
index 42e464115..73440bbc3 100644
--- a/httemplate/elements/progress-popup.html
+++ b/httemplate/elements/progress-popup.html
@@ -66,7 +66,7 @@ function updateStatus( status_statustext ) {
window.top.location.href = '<% $url %>';
% } elsif ( $popup_url ) {
- document.parentWindow.location.replace('<% $popup_url %>');
+ document.location.replace('<% $popup_url %>');
% } else {
alert('job done but no url or message specified');