summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-01-18 07:46:36 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2013-01-18 07:46:36 -0500
commited56a3b8a419e0f2862ccec2457b700bc74fc1d3 (patch)
tree8e8a0a51bd34ddd48db32eadc15d9789d92dd62a
parentc94e202a843255b2fe265306c06c775bef3009dd (diff)
downloadjQuery-Timepicker-Addon-ed56a3b8a419e0f2862ccec2457b700bc74fc1d3.zip
jQuery-Timepicker-Addon-ed56a3b8a419e0f2862ccec2457b700bc74fc1d3.tar.gz
jQuery-Timepicker-Addon-ed56a3b8a419e0f2862ccec2457b700bc74fc1d3.tar.bz2
Update jquery and jqueryui in docs
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 99a19fe..3d8aae3 100644
--- a/index.html
+++ b/index.html
@@ -35,11 +35,11 @@
.example-container input{ border: solid 1px #aaa; padding: 4px; width: 175px; }
</style>
- <link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.9.2/themes/smoothness/jquery-ui.css" />
+ <link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.10.0/themes/smoothness/jquery-ui.css" />
<link rel="stylesheet" media="all" type="text/css" href="jquery-ui-timepicker-addon.css" />
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
- <script type="text/javascript" src="http://code.jquery.com/ui/1.9.2/jquery-ui.min.js"></script>
+ <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
+ <script type="text/javascript" src="http://code.jquery.com/ui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="jquery-ui-timepicker-addon.js"></script>
<script type="text/javascript" src="jquery-ui-sliderAccess.js"></script>
<script type="text/javascript">