Changeset 3733

Show
Ignore:
Timestamp:
09/15/07 16:50:01 (10 months ago)
Author:
timothy
Message:

Check for the new iPod touch user agent also.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plug-Ins/Web Interface/Resources/index.html

    r3702 r3733  
    8989 
    9090        function redirect() { 
    91                 if (navigator.userAgent.match(/iPhone/i)
     91                if (navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i)
    9292                        location.href = "/iphone/"; 
    9393                else location.href = "/chat.html";