diff options
author | mark <mark> | 2011-07-13 01:22:19 +0000 |
---|---|---|
committer | mark <mark> | 2011-07-13 01:22:19 +0000 |
commit | ea79c3b7eff3f274d9d7f923891853a72cc1474f (patch) | |
tree | cf3244c00d2f1c80aac5fec2cccad5bb6d678ded /httemplate/elements | |
parent | 077bb34b3467c3320440c49b76064f664c0eee98 (diff) |
fix invoice batch download, #13461
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/progress-popup.html | 2 |
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'); |