isMobileUser() is using === for comparing the result of getScreenSize(), which could simply be array() (making === fail). Simply changing the check to == is one fix.
Can someone verify for me that this works? I don't have IE to test with. If it does, I'll update mythweb.
-Chris _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
