From: Mike G. v. a. <we...@ma...> - 2009-06-25 17:42:53
|
Log Message: ----------- update warning when initializeAction() is called (change to initializeWWquestion() Modified Files: -------------- webwork2/htdocs/js: ww_applet_support.js Revision Data ------------- Index: ww_applet_support.js =================================================================== RCS file: /webwork/cvs/system/webwork2/htdocs/js/ww_applet_support.js,v retrieving revision 1.10 retrieving revision 1.11 diff -Lhtdocs/js/ww_applet_support.js -Lhtdocs/js/ww_applet_support.js -u -r1.10 -r1.11 --- htdocs/js/ww_applet_support.js +++ htdocs/js/ww_applet_support.js @@ -53,7 +53,7 @@ } function initializeAction() { // deprecated call -- removed - alert("You might be using an old template (stored at webwork2/conf/templates). The <body> tag in the system.template calls a function 'initializeAction()' -- this function name should be replaced by 'initializeWWquestion()'. Please update to a recent version of system.template"); + alert("You might be using an old template (stored at webwork2/conf/templates). The <body> tag in the system.template calls a function 'initializeAction()' instead of 'intializeWWquestion()'-- this function name should be replaced by 'initializeWWquestion()'. Please update to a recent version of system.template"); initializeWWquestion(); } |