[freeside-commits] freeside/httemplate/elements progress-popup.html, 1.12, 1.13

Mark Wells mark at wavetail.420.am
Tue Jul 12 18:22:21 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv15825/httemplate/elements

Modified Files:
	progress-popup.html 
Log Message:
fix invoice batch download, #13461

Index: progress-popup.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/progress-popup.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- progress-popup.html	27 May 2011 01:11:02 -0000	1.12
+++ progress-popup.html	13 Jul 2011 01:22:19 -0000	1.13
@@ -66,7 +66,7 @@
 
     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');



More information about the freeside-commits mailing list