Index: jsmath/web/jsMath-global.html
===================================================================
RCS file: /usr/local/cvsroot/jsmath/web/jsMath-global.html,v
diff -u -r1.1 -r1.2
--- jsmath/web/jsMath-global.html 11 Sep 2006 05:42:03 -0000 1.1
+++ jsmath/web/jsMath-global.html 22 Jun 2007 07:31:21 -0000 1.2
@@ -359,7 +359,7 @@
this.domain = '';
// MSIE/Mac can't do domain changes, so don't bother trying
if (navigator.appName == 'Microsoft Internet Explorer' &&
- navigator.platform == 'MacPPC' && navigator.userProfile != null) return;
+ !navigator.platform.match(/Mac/) && navigator.userProfile != null) return;
if (this.src == '') {
if (window == parent) return;
var oldDomain = document.domain;