From: Mike G. v. a. <we...@ma...> - 2009-02-07 23:51:56
|
Log Message: ----------- Changed the function called when the WW question is submitted. Modified Files: -------------- webwork2/conf/templates/math: system.template Revision Data ------------- Index: system.template =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/templates/math/system.template,v retrieving revision 1.11 retrieving revision 1.12 diff -Lconf/templates/math/system.template -Lconf/templates/math/system.template -u -r1.11 -r1.12 --- conf/templates/math/system.template +++ conf/templates/math/system.template @@ -28,7 +28,7 @@ <title><!--#path style="text" text=" : " textonly="1"--></title> <!--#head--> </head> -<body bgcolor="white" onload="if (typeof(initializeAction) == 'function') {initializeAction()}"> +<body bgcolor="white" onload="if (typeof(initializeWWquestion) == 'function') {initializeWWquestion()}"> <div id="masthead"> <div id="loginstatus"> |