Skip to content

Commit 22dd612

Browse files
apsdehalarschmitz
authored andcommitted
Demos: Fix datepicker widget by including ui-core
Bump jqm datepicker wrapper and ui Fixes jquery-archive#8183 Closes jquery-archive#8445
1 parent 21a71b6 commit 22dd612

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

demos/datepicker/index.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
<link rel="stylesheet" href="../_assets/css/jqm-demos.css">
99
<link rel="shortcut icon" href="../favicon.ico">
1010
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
11-
<link rel="stylesheet" href="http://cdn.rawgit.com/arschmitz/jquery-mobile-datepicker-wrapper/v0.1.1/jquery.mobile.datepicker.css">
11+
<link rel="stylesheet" href="../../external/jquery-mobile-datepicker-wrapper/jquery.mobile.datepicker.css">
12+
<link rel="stylesheet" href="../../external/jquery-mobile-datepicker-wrapper/jquery.mobile.datepicker.theme.css">
1213
<script src="../../external/jquery/jquery.js"></script>
1314
<script src="../_assets/js/"></script>
1415
<script src="../../js/"></script>
15-
<script src="http://cdn.rawgit.com/jquery/jquery-ui/1.10.4/ui/jquery.ui.datepicker.js"></script>
16-
<script id="mobile-datepicker" src="http://cdn.rawgit.com/arschmitz/jquery-mobile-datepicker-wrapper/v0.1.1/jquery.mobile.datepicker.js"></script>
16+
<script src="../../external/jquery-ui/widgets/datepicker.js"></script>
17+
<script id="mobile-datepicker" src="../../external/jquery-mobile-datepicker-wrapper/jquery.mobile.datepicker.js"></script>
1718
</head>
1819
<body>
1920
<div data-role="page" class="jqm-demos" data-quicklinks="true">

0 commit comments

Comments
 (0)