Changeset 3781 for trunk

Show
Ignore:
Timestamp:
03/09/08 01:31:20 (9 months ago)
Author:
timothy
Message:

Check for the user agent of the SDK simulator.

Files:

Legend:

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

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