3.0 source code
This commit is contained in:
18
OfficeWeb/vendor/touch/index.html
vendored
Normal file
18
OfficeWeb/vendor/touch/index.html
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="1;url=examples/">
|
||||
|
||||
<title>Welcome to Sencha Touch 2</title>
|
||||
|
||||
<script type="text/javascript">
|
||||
var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
|
||||
if (mobile) {
|
||||
window.location = "examples/";
|
||||
} else {
|
||||
window.location = "docs/";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user