Diff for /loncom/html/adm/jsMath/jsMath-BaKoMa-fonts.js between versions 1.2 and 1.3

version 1.2, 2006/05/17 22:19:27 version 1.3, 2007/10/09 21:29:16
Line 8 Line 8
  *   *
  *  ---------------------------------------------------------------------   *  ---------------------------------------------------------------------
  *   *
  *  Copyright 2004-2006 by Davide P. Cervone   *  Copyright 2004-2007 by Davide P. Cervone
  *    * 
  *  Licensed under the Apache License, Version 2.0 (the "License");   *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.   *  you may not use this file except in compliance with the License.
Line 31 Line 31
  *  to correspond to the their encoding.   *  to correspond to the their encoding.
  */   */
   
 if (jsMath.browser == "Mozilla" && navigator.platform != "MacPPC") {  if (jsMath.browser == "Mozilla" && jsMath.platform != "mac") {
   
   /*    /*
    *  Mozilla/PC     *  Mozilla/PC
Line 254  if (jsMath.browser == "Mozilla" && navig Line 254  if (jsMath.browser == "Mozilla" && navig
   switch (jsMath.browser) {    switch (jsMath.browser) {
           
     case "MSIE":      case "MSIE":
       if (navigator.platform == "Win32") {        if (jsMath.platform == "pc") {
         /*          /*
          *  MSIE/PC           *  MSIE/PC
          */           */
Line 359  if (jsMath.browser == "Mozilla" && navig Line 359  if (jsMath.browser == "Mozilla" && navig
       break;        break;
               
     case "Mozilla":      case "Mozilla":
       if (navigator.platform == "MacPPC") {        if (jsMath.platform == "mac") {
         /*          /*
          *  Mozilla/Mac           *  Mozilla/Mac
          */           */

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


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