Log Message:
-----------
replace initializeAction() with initializeWWquestion() in body tag
Modified Files:
--------------
webwork2/conf/templates/math2:
system.template
Revision Data
-------------
Index: system.template
===================================================================
RCS file: /webwork/cvs/system/webwork2/conf/templates/math2/system.template,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lconf/templates/math2/system.template -Lconf/templates/math2/system.template -u -r1.2 -r1.3
--- conf/templates/math2/system.template
+++ conf/templates/math2/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">
|