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 1212 <title>Example illustrating use of the "mobileinit" event</title>
1313 <meta charset=utf-8 />
1414 <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" />
1616 <script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
1717 <script>
1818// Update configuration to our liking
@@ -25,7 +25,7 @@ $( document ).on( "mobileinit", function() {
2525 $.mobile.ns = "jqm-";
2626});
2727 </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>
2929</head>
3030<body>
3131 <div data-jqm-role="page">
You can’t perform that action at this time.
0 commit comments