From: <par...@us...> - 2010-04-08 20:12:28
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10722/functions Modified Files: event.js Log Message: Fix jump-box for IE8 Index: event.js =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/event.js,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** event.js 9 Feb 2010 18:07:46 -0000 1.19 --- event.js 8 Apr 2010 20:12:20 -0000 1.20 *************** *** 60,64 **** values[0] = temp[1]; ! form.action = action; // Stuff the hidden form fields. --- 60,64 ---- values[0] = temp[1]; ! form.setAttribute("action", action); // Stuff the hidden form fields. |