Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Commit c9c3d5a

Browse files
committed
My mistake on last commit
This ocurence was not in error. Over-eager search-n-repl.
1 parent d4f0764 commit c9c3d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@
810810
second !== parseInt(this.second,10) ||
811811
millisec !== parseInt(this.millisec,10) ||
812812
microsec !== parseInt(this.microsec,10) ||
813-
(this.ampm.length > 0 && (hour < 12) !== ($.inArray(this.ampm.toUpperCase(), this.amNames.toUpperCase()) !== -1)) ||
813+
(this.ampm.length > 0 && (hour < 12) !== ($.inArray(this.ampm.toUpperCase(), this.amNames) !== -1)) ||
814814
(this.timezone !== null && timezone !== this.timezone.toString()) // could be numeric or "EST" format, so use toString()
815815
);
816816

0 commit comments

Comments
 (0)