- Timestamp:
- 03/09/08 01:31:20 (9 months ago)
- Files:
-
- trunk/Plug-Ins/Web Interface/Resources/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plug-Ins/Web Interface/Resources/index.html
r3733 r3781 89 89 90 90 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)) 92 92 location.href = "/iphone/"; 93 93 else location.href = "/chat.html";
