Index: jsmath/web/jsMath-loader.html
===================================================================
RCS file: /usr/local/cvsroot/jsmath/web/jsMath-loader.html,v
diff -u -r1.1 -r1.2
--- jsmath/web/jsMath-loader.html 11 Sep 2006 05:42:03 -0000 1.1
+++ jsmath/web/jsMath-loader.html 22 Jun 2007 07:31:21 -0000 1.2
@@ -43,7 +43,7 @@
//
if (pageDomain.match(/\..*\./) &&
(navigator.appName != 'Microsoft Internet Explorer' ||
- navigator.platform != 'MacPPC' || !navigator.userProfile || !document.all)) {
+ !navigator.platform.match(/Mac/) || !navigator.userProfile || !document.all)) {
try {
document.domain = pageDomain.replace(/^[^.]*\./,'');
showWarning = 0;