Skip to content

Commit c54dbee

Browse files
Cedric DugasCedric Dugas
authored andcommitted
fix #506
1 parent 75e9fd8 commit c54dbee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

demos/demoDatepicker.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@
1212
<script src="../js/jquery.validationEngine.js" type="text/javascript" charset="utf-8">
1313
</script>
1414

15-
<link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css">
16-
<script src="http://jqueryui.com/ui/jquery.ui.core.js"></script>
17-
<script src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>
18-
19-
<script src="http://jqueryui.com/ui/jquery.ui.datepicker.js"></script>
15+
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/base/jquery-ui.css">
16+
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js"></script>
2017
<script>
2118
jQuery(document).ready(function(){
2219
// binds form submission and fields to the validation engine

0 commit comments

Comments
 (0)