[freeside-commits] freeside/httemplate/edit/process
cust_main_note.cgi, 1.3, 1.4
Jeff Finucane,420,,
jeff at wavetail.420.am
Sun Nov 26 15:06:39 PST 2006
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv15925/httemplate/edit/process
Modified Files:
cust_main_note.cgi
Log Message:
more ajaxy customer notes
Index: cust_main_note.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main_note.cgi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cust_main_note.cgi 31 Oct 2006 16:57:30 -0000 1.3
+++ cust_main_note.cgi 26 Nov 2006 23:06:36 -0000 1.4
@@ -40,9 +40,12 @@
%
<% header('Note ' . ($notenum ? 'updated' : 'added') ) %>
<SCRIPT TYPE="text/javascript">
- window.top.location.reload();
+ parent.cust_main_notes.location.reload();
+ try{parent.cust_main_notes.cClick()}
+ catch(err){}
+ try{parent.cClick()}
+ catch(err){}
</SCRIPT>
-
</BODY></HTML>
%
%
More information about the freeside-commits
mailing list