Diff for /loncom/html/adm/jsMath/plugins/noImageFonts.js between versions 1.3 and 1.4

version 1.3, 2006/05/17 22:19:38 version 1.4, 2007/10/09 21:29:28
Line 24 Line 24
  */   */
   
 if (!window.jsMath) {window.jsMath = {}}  if (!window.jsMath) {window.jsMath = {}}
 window.jsMath.noImgFonts = 1;  jsMath.noImgFonts = 1;
   
   if (!jsMath.Font) {jsMath.Font = {}}
   if (!jsMath.Font.extra_message) {
     jsMath.Font.extra_message =
       'Extra TeX fonts not found: <b><span id="jsMath_ExtraFonts"></span></b><br/>'
         + 'Using unicode fonts instead.  This may be slow and might not print well.<br/>\n'
         + 'Use the jsMath control panel to get additional information.';
   }
   

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>