File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
<title>Example illustrating use of the "mobileinit" event</title>
13
13
<meta charset=utf-8 />
14
14
<meta name="viewport" content="width=device-width, initial-scale=1">
15
- <link rel="stylesheet" href="//code.jquery.com/mobile/1.4.0-beta.1 /jquery.mobile-1.4.0-beta.1 .min.css" />
15
+ <link rel="stylesheet" href="//code.jquery.com/mobile/1.4.2 /jquery.mobile-1.4.2 .min.css" />
16
16
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
17
17
<script>
18
18
// Update configuration to our liking
@@ -25,7 +25,7 @@ $( document ).on( "mobileinit", function() {
25
25
$.mobile.ns = "jqm-";
26
26
});
27
27
</script>
28
- <script src="//code.jquery.com/mobile/1.4.0-beta.1 /jquery.mobile-1.4.0-beta.1 .min.js"></script>
28
+ <script src="//code.jquery.com/mobile/1.4.2 /jquery.mobile-1.4.2 .min.js"></script>
29
29
</head>
30
30
<body>
31
31
<div data-jqm-role="page">
You can’t perform that action at this time.
0 commit comments