Skip to content

Commit 03640c4

Browse files
committed
Reduce minute selection to 15 min increments
Manual entry of work items has minutes in 15 minute increments to simplify entry dialog.
1 parent 423c125 commit 03640c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/src/timer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ function() {
100100
var picker = $("#hours-manual-entry").daterangepicker({
101101
timePicker: true,
102102
timePicker24Hour: true,
103+
timePickerIncrement: 15,
103104
locale: {
104105
format: dtf.dtformat(),
105106
firstDay: firstDay

0 commit comments

Comments
 (0)