aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--timetasker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/timetasker.js b/timetasker.js
index b700deb..8fae786 100644
--- a/timetasker.js
+++ b/timetasker.js
@@ -31,7 +31,7 @@
popupate_select(work_type_0, WORK_TYPE);
}, 500);
// popupate_select(date_0, '');
- popupate_select(time_0, TIME);
+ time_0.value = TIME;
popupate_select(billable_0, BILLABLE ? 't' : 'f');