From: Chris S. <san...@us...> - 2011-01-24 14:53:52
|
Update of /cvsroot/stack/worksheets In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18402 Modified Files: worksheets.php Log Message: Index: worksheets.php =================================================================== RCS file: /cvsroot/stack/worksheets/worksheets.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** worksheets.php 8 Feb 2010 20:36:33 -0000 1.20 --- worksheets.php 24 Jan 2011 14:53:43 -0000 1.21 *************** *** 112,118 **** </style> ! <script type="text/javascript" src="'.$engine.'/lib/ui/inputTypes/dragmath/dragmath.php"></script> ! <script type="text/javascript" src="'.$engine.'/lib/ui/helpPopup.js"></script> ! <script type="text/javascript" src="'.$engine.'/tmp/load.js"></script> </head>'; --- 112,116 ---- </style> ! <script type="text/javascript" src="load.js"></script> </head>'; *************** *** 173,175 **** } catch(err) {}</script> </body> ! </html> \ No newline at end of file --- 171,173 ---- } catch(err) {}</script> </body> ! </html> \ No newline at end of file |