Skip to content

Commit 4a3f28f

Browse files
committed
Mobileintit: update mobile version to 1.4.2
Closes gh-299
1 parent 5ecc1c9 commit 4a3f28f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/mobileinit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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">

0 commit comments

Comments
 (0)