Skip to content

Commit 3abd96f

Browse files
author
Trent
committed
Save changes
1 parent e5ab6d1 commit 3abd96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ $.extend(Timepicker.prototype, {
492492
.replace(/mm/g, ((time.minute < 10) ? '0' : '') + time.minute)
493493
.replace(/m/g, time.minute)
494494
.replace(/ss/g, ((time.second < 10) ? '0' : '') + time.second)
495-
.replace(/s/g, time.second)
495+
.replace(/s/g, time.second);
496496
tmptime = $.trim(tmptime.replace(/t/gi, ''));
497497
}
498498

0 commit comments

Comments
 (0)