November 03, 2006

TD Canada Trust Hates Mac's

Well, maybe not, but I was taking a peek at the source code of TD Canada Trust's EasyWeb banking site and found the following snippet:

....
this.isIE55 = (this.isIE && this.fullVersion == 5.5);
this.isIE6x = (this.isIE && this.majorVersion == 6);
//mac crap
this.isIE4xMac = (this.isIE4x && this.isMac);

}

hehe, I suppose the only thing worse than Internet Explorer is Internet Explorer on an Apple computer.

For what it's worth, EasyWeb works great in Safari, no problems...

Posted by Boone at November 3, 2006 11:41 PM