[WTF CVS] wtf/static tracking.js,1.14,1.15
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2007-03-21 18:30:22
|
Update of /cvsroot/wtf-tracker/wtf/static In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26609/static Modified Files: tracking.js Log Message: Bug fix 1640358: Copy Last Data function doesn't save correctly Index: tracking.js =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/static/tracking.js,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** tracking.js 9 Mar 2007 23:16:00 -0000 1.14 --- tracking.js 21 Mar 2007 18:30:16 -0000 1.15 *************** *** 316,319 **** --- 316,320 ---- function submitTrackingForm( trackingForm, verifyChanges ) { if ( skipFormDoubleSubmit == true ) return; + if ( trackingForm.copy_last_data_done.value == "on" ) trackingChange = true; // check to see whether the user made any changes on the form (in which case |