Log Message:
-----------
back out of mistakenly double-applied backport
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.2
retrieving revision 1.111.2.3
diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.111.2.2 -r1.111.2.3
--- conf/global.conf.dist
+++ conf/global.conf.dist
@@ -581,11 +581,6 @@
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).
|