Skip to content

Commit d7f0a68

Browse files
rebuild/verify changes
1 parent b73b6f7 commit d7f0a68

4 files changed

+9
-9
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h3>Requirements</h3>
124124

125125
<br />
126126
<h3>Version</h3>
127-
<p>Version 1.4.2</p>
127+
<p>Version 1.4.3</p>
128128

129129
<p>Last updated on 2013-11-23</p>
130130
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>

dist/jquery-ui-timepicker-addon.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.4.2 - 2013-11-23
1+
/*! jQuery Timepicker Addon - v1.4.3 - 2013-11-23
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
44
(function ($) {
@@ -16,7 +16,7 @@
1616
*/
1717
$.extend($.ui, {
1818
timepicker: {
19-
version: "1.4.2"
19+
version: "1.4.3"
2020
}
2121
});
2222

@@ -1605,7 +1605,7 @@
16051605
// object will only return the timezone offset for the current locale, so we
16061606
// adjust it accordingly. If not using timezone option this won't matter..
16071607
// If a timezone is different in tp, keep the timezone as is
1608-
if (tp_inst) {
1608+
if (tp_inst && tp_date) {
16091609
// look out for DST if tz wasn't specified
16101610
if (!tp_inst.support.timezone && tp_inst._defaults.timezone === null) {
16111611
tp_inst.timezone = tp_date.getTimezoneOffset() * -1;
@@ -2140,6 +2140,6 @@
21402140
/*
21412141
* Keep up with the version
21422142
*/
2143-
$.timepicker.version = "1.4.2";
2143+
$.timepicker.version = "1.4.3";
21442144

21452145
})(jQuery);

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)