diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-05-03 16:49:33 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-05-03 16:49:33 -0400 |
commit | d5521315e17b88d6087b09e547468d26b9853b00 (patch) | |
tree | 1fb54520cd6cbabcdf6adde8e501fcbd02f511f2 | |
parent | 0f709e7815124597b34c9a362557c7242551df0c (diff) | |
download | jQuery-Timepicker-Addon-d5521315e17b88d6087b09e547468d26b9853b00.zip jQuery-Timepicker-Addon-d5521315e17b88d6087b09e547468d26b9853b00.tar.gz jQuery-Timepicker-Addon-d5521315e17b88d6087b09e547468d26b9853b00.tar.bz2 |
Updates and tests with jqueryui 1.10.3
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.10.2/themes/smoothness/jquery-ui.css" /> + <link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.10.3/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.9.1.min.js"></script> - <script type="text/javascript" src="http://code.jquery.com/ui/1.10.2/jquery-ui.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/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"> |