Skip to content

Commit ece1eee

Browse files
trentrichardson#601 By jasich - Added missing time format parameter in detectSupportcall
1 parent 1073a5b commit ece1eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@
18041804
millisec: isIn(tf,'l'),
18051805
microsec: isIn(tf,'c'),
18061806
timezone: isIn(tf,'z'),
1807-
ampm: isIn('t') && isIn(timeFormat,'h'),
1807+
ampm: isIn(tf,'t') && isIn(timeFormat,'h'),
18081808
iso8601: isIn(timeFormat, 'Z')
18091809
};
18101810
};

0 commit comments

Comments
 (0)