From: Mike G. v. a. <we...@ma...> - 2009-02-07 23:05:25
|
Log Message: ----------- Fixed typo Modified Files: -------------- pg/macros: AppletObjects.pl Revision Data ------------- Index: AppletObjects.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/AppletObjects.pl,v retrieving revision 1.14 retrieving revision 1.15 diff -Lmacros/AppletObjects.pl -Lmacros/AppletObjects.pl -u -r1.14 -r1.15 --- macros/AppletObjects.pl +++ macros/AppletObjects.pl @@ -50,10 +50,11 @@ </script> <script src="/webwork2_files/js/ww_applet_support.js"> //upload functions stored in /opt/webwork/webwork2/htdocs/js ... - </script> - if (!( typeof(set_debug) == "function") ) { - alert("Can't find the function set_debug. Is the file ww_applet_support.js in /webwork2/htdocs/js"); - } + + if (!( typeof(set_debug) == "function") ) { + alert("Can't find the function set_debug. Is the file ww_applet_support.js in /webwork2/htdocs/js"); + } + </script> END_HEADER_TEXT }; |