Changeset 3733
- Timestamp:
- 09/15/07 16:50:01 (10 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
r3702 r3733 89 89 90 90 function redirect() { 91 if (navigator.userAgent.match(/iPhone/i) )91 if (navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i)) 92 92 location.href = "/iphone/"; 93 93 else location.href = "/chat.html";
