mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Added initial-scale to the meta tags
This commit is contained in:
parent
7637996b03
commit
8975f5b9a0
9 changed files with 9 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Animals</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/">
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ if( $_SERVER[ "HTTP_X_REQUESTED_WITH" ] && $_SERVER[ "HTTP_X_REQUESTED_WITH" ] =
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Vehicles</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/">
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Colors</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/">
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Dynamic Page Samples</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/">
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>changePage JSON Sample</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/">
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>changePage JSON Sample</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/">
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Vehicles</title>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/">
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Page Event Logger Bookmarklet</title>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Page Change Timer Bookmarklet</title>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue