Log Message:
-----------
backport from HEAD: Added ability to control the "Missing TeX Fonts"
message generated by jsMath. (dpvc)
Tags:
----
rel-2-1-patches
Modified Files:
--------------
webwork2/conf:
global.conf.dist
Revision Data
-------------
Index: global.conf.dist
===================================================================
RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v
retrieving revision 1.111.2.1
retrieving revision 1.111.2.2
diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.111.2.1 -r1.111.2.2
--- conf/global.conf.dist
+++ conf/global.conf.dist
@@ -581,6 +581,11 @@
missingFontMessage => undef, # set to an HTML string to use for the missing font message
};
+$pg{displayModeOptions}{jsMath} = {
+ reportMissingFonts => 1, # set to 0 to prevent the missing font message
+ missingFontMessage => undef, # set to an HTML string to use for the missing font message
+};
+
##### Directories used by PG
# The root of the PG directory tree (from pg_root in Apache config).
|