Skip to content

Commit 1a71b5f

Browse files
Tests new version for master
1 parent 3d4c008 commit 1a71b5f

9 files changed

+11
-11
lines changed

dist/i18n/jquery-ui-timepicker-addon-i18n.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.4.6 - 2014-05-26
1+
/*! jQuery Timepicker Addon - v1.4.6 - 2014-08-09
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2014 Trent Richardson; Licensed MIT */
44

dist/i18n/jquery-ui-timepicker-addon-i18n.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
.ebook .buyp a iframe{ margin-bottom: -5px; }
3939
</style>
4040

41-
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" />
41+
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css" />
4242
<link rel="stylesheet" media="all" type="text/css" href="jquery-ui-timepicker-addon.css" />
4343

4444
</head>
@@ -128,7 +128,7 @@ <h3>Requirements</h3>
128128
<h3>Version</h3>
129129
<p>Version 1.4.6</p>
130130

131-
<p>Last updated on 2014-05-26</p>
131+
<p>Last updated on 2014-08-09</p>
132132
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>
133133
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p>
134134

@@ -975,7 +975,7 @@ <h3 id="utility_examples">Utilities</h3>
975975

976976

977977
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
978-
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
978+
<script type="text/javascript" src="http://code.jquery.com/ui/1.11.0/jquery-ui.min.js"></script>
979979
<script type="text/javascript" src="jquery-ui-timepicker-addon.js"></script>
980980
<script type="text/javascript" src="i18n/jquery-ui-timepicker-addon-i18n.min.js"></script>
981981
<script type="text/javascript" src="jquery-ui-sliderAccess.js"></script>

dist/jquery-ui-timepicker-addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.4.6 - 2014-05-26
1+
/*! jQuery Timepicker Addon - v1.4.6 - 2014-08-09
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2014 Trent Richardson; Licensed MIT */
44
(function ($) {

dist/jquery-ui-timepicker-addon.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery-ui-timepicker-addon.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery-ui-timepicker-addon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "jQuery Timepicker Addon",
44
"description": "A timepicker addon for jQueryUI datepicker.",
55
"version": "1.4.6",
6-
"modified": "2014-05-26",
6+
"modified": "2014-08-09",
77
"homepage": "http://trentrichardson.com/examples/timepicker",
88
"author": {
99
"name": "Trent Richardson",

src/docs/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
8-
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
8+
<script type="text/javascript" src="http://code.jquery.com/ui/1.11.0/jquery-ui.min.js"></script>
99
<script type="text/javascript" src="jquery-ui-timepicker-addon.js"></script>
1010
<script type="text/javascript" src="i18n/jquery-ui-timepicker-addon-i18n.min.js"></script>
1111
<script type="text/javascript" src="jquery-ui-sliderAccess.js"></script>

src/docs/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
.ebook .buyp a iframe{ margin-bottom: -5px; }
3939
</style>
4040

41-
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css" />
41+
<link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css" />
4242
<link rel="stylesheet" media="all" type="text/css" href="jquery-ui-timepicker-addon.css" />
4343

4444
</head>

0 commit comments

Comments
 (0)