[WTF CVS] wtf/static tracking.js,1.13,1.14
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2007-03-09 23:16:05
|
Update of /cvsroot/wtf-tracker/wtf/static In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9900/static Modified Files: tracking.js Log Message: Fix bug 1650064: occures -> occurs Index: tracking.js =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/static/tracking.js,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** tracking.js 2 Jan 2007 23:13:29 -0000 1.13 --- tracking.js 9 Mar 2007 23:16:00 -0000 1.14 *************** *** 648,652 **** if ( dateStart > dateEnd ) { alert( ! "It appears that you have entered a start date that occures\n" + "before the end date. Please change your date range and retry." ); --- 648,652 ---- if ( dateStart > dateEnd ) { alert( ! "It appears that you have entered a start date that occurs\n" + "before the end date. Please change your date range and retry." ); *************** *** 657,661 **** alert( "You cannot schedule vacation days that occure in the past.\n" + ! "Please re-enter a date range that occures in the future." ); return false; --- 657,661 ---- alert( "You cannot schedule vacation days that occure in the past.\n" + ! "Please re-enter a date range that occurs in the future." ); return false; |