Skip to content

Commit

Permalink
LS73687 datepicker interval to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
profmikegreene committed Apr 8, 2022
1 parent b726886 commit f8cf362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/webapp/js/lang-datepicker/lang-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ $.datepicker._gotoToday = function (id) {
// use an icon?
icon: 1,
// minute increments
stepMinute: 5,
stepMinute: 1,
// use time
useTime: false,
// Slider options
Expand Down

0 comments on commit f8cf362

Please sign in to comment.