Skip to content

Commit 87cbe7c

Browse files
committed
Update demo
1 parent 0d36c99 commit 87cbe7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<meta name="description" content="jQuery UI Month Picker Plugin : jQuery UI Month Picker Plugin">
77

88
<link href="stylesheets/stylesheet.css" rel="stylesheet" type="text/css" />
9-
<link href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" />
9+
<link href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" />
1010

1111
<link href="MonthPicker.min.css" rel="stylesheet" type="text/css" />
1212
<link rel="stylesheet" type="text/css" href="examples.css" />
1313

14-
<script src="https://code.jquery.com/jquery-1.12.1.min.js"></script>
15-
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
14+
<script src="https://code.jquery.com/jquery-3.2.0.min.js"></script>
15+
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
1616
<script src="https://cdn.rawgit.com/digitalBush/jquery.maskedinput/1.4.1/dist/jquery.maskedinput.min.js"></script>
1717

18-
<script src="MonthPicker.min.js"></script>
18+
<script src="../src/MonthPicker.js"></script>
1919
<script src="examples.js"></script>
2020
</head>
2121

0 commit comments

Comments
 (0)