Index: jsmath/web/jsMath-BaKoMa-fonts.js =================================================================== diff -u -r18ca7a80355adaa156105d80bd5a732e4e1e0d91 -rd1ff30c9bf023d99b27206b98b13ae0180f3de2b --- jsmath/web/jsMath-BaKoMa-fonts.js (.../jsMath-BaKoMa-fonts.js) (revision 18ca7a80355adaa156105d80bd5a732e4e1e0d91) +++ jsmath/web/jsMath-BaKoMa-fonts.js (.../jsMath-BaKoMa-fonts.js) (revision d1ff30c9bf023d99b27206b98b13ae0180f3de2b) @@ -8,7 +8,7 @@ * * --------------------------------------------------------------------- * - * Copyright 2004-2006 by Davide P. Cervone + * Copyright 2004-2007 by Davide P. Cervone * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ * to correspond to the their encoding. */ -if (jsMath.browser == "Mozilla" && navigator.platform != "MacPPC") { +if (jsMath.browser == "Mozilla" && jsMath.platform != "mac") { /* * Mozilla/PC @@ -254,7 +254,7 @@ switch (jsMath.browser) { case "MSIE": - if (navigator.platform == "Win32") { + if (jsMath.platform == "pc") { /* * MSIE/PC */ @@ -359,7 +359,7 @@ break; case "Mozilla": - if (navigator.platform == "MacPPC") { + if (jsMath.platform == "mac") { /* * Mozilla/Mac */