diff options
Diffstat (limited to 'demos/dialog')
-rw-r--r-- | demos/dialog/animated.html | 1 | ||||
-rw-r--r-- | demos/dialog/default.html | 1 | ||||
-rw-r--r-- | demos/dialog/modal-confirmation.html | 1 | ||||
-rw-r--r-- | demos/dialog/modal-form.html | 1 | ||||
-rw-r--r-- | demos/dialog/modal-message.html | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html index 088ca0ea9..5804610c7 100644 --- a/demos/dialog/animated.html +++ b/demos/dialog/animated.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Dialog - Animation</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> diff --git a/demos/dialog/default.html b/demos/dialog/default.html index e86281a47..65b22a51d 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Dialog - Default functionality</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index 9ae4b1e98..cd87ef222 100644 --- a/demos/dialog/modal-confirmation.html +++ b/demos/dialog/modal-confirmation.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Dialog - Modal confirmation</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 7933c685a..84bf287af 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Dialog - Modal form</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index 137884627..891959e9e 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Dialog - Modal message</title> <link rel="stylesheet" href="../../themes/base/all.css"> <link rel="stylesheet" href="../demos.css"> |