> I just committed a big mobile-phone detection addition from Jerome > Rannikko. I've sent him a message to see if he can figure out what's > wrong. If it's a widespread issue, I'll undo the commit.
isMobileUser() is using === for comparing the result of getScreenSize(), which could simply be array() (making === fail). Simply changing the check to == is one fix. -- Anduin Withers
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
