Log Message:
-----------
More code to check that the javaScript file is availabe.
Modified Files:
--------------
pg/macros:
AppletObjects.pl
Revision Data
-------------
Index: AppletObjects.pl
===================================================================
RCS file: /webwork/cvs/system/pg/macros/AppletObjects.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -Lmacros/AppletObjects.pl -Lmacros/AppletObjects.pl -u -r1.15 -r1.16
--- macros/AppletObjects.pl
+++ macros/AppletObjects.pl
@@ -50,10 +50,7 @@
</script>
<script src="/webwork2_files/js/ww_applet_support.js">
//upload functions stored in /opt/webwork/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
|