Skip to content

Commit 0cc3c4c

Browse files
committed
Fixed issue in addTimePicker where \S wasn't matching against the date string properly. Refomatted code to make it more friendly to minification (with a little help from jslint.com)
1 parent 62e19e6 commit 0cc3c4c

File tree

2 files changed

+437
-405
lines changed

2 files changed

+437
-405
lines changed

README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Modification of the Trent Richardson's jQuery-UI Timepicker widget addon for
2+
the native jQuery-UI datepicker.
3+
4+
Making some slight amendments, mostly running it through jslint to clean it
5+
up and make it more friendly to minification as well as fixing some issues
6+
I had with it not recognising certain timeformats.

0 commit comments

Comments
 (0)