From 03640c47261ff18ee6a0ef4916adbfc04e781b00 Mon Sep 17 00:00:00 2001 From: Bastian Neumann Date: Thu, 21 Apr 2022 22:23:11 +0200 Subject: [PATCH] Reduce minute selection to 15 min increments Manual entry of work items has minutes in 15 minute increments to simplify entry dialog. --- js/src/timer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/timer.js b/js/src/timer.js index 094cd4c..14b32fb 100644 --- a/js/src/timer.js +++ b/js/src/timer.js @@ -100,6 +100,7 @@ function() { var picker = $("#hours-manual-entry").daterangepicker({ timePicker: true, timePicker24Hour: true, + timePickerIncrement: 15, locale: { format: dtf.dtformat(), firstDay: firstDay