X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fprogress-popup.html;h=73440bbc386667214c53f6b3e16777fe2da5222e;hp=42e464115ffa0f0c5d736e6096ef6d4c770255be;hb=ea79c3b7eff3f274d9d7f923891853a72cc1474f;hpb=077bb34b3467c3320440c49b76064f664c0eee98 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');