aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2017-03-18 15:51:55 +0100
committerTeddy Wing2017-03-18 15:51:55 +0100
commit4ce9ebcf4f3339e55670d98434e8b6f1f4f8d9ad (patch)
tree84d37b866a21baf1c1f26adaafefe2baab822c04
parent93518f18ff1a12a660b25596be3832f5d94c3fd5 (diff)
downloadchrome-timetasker-4ce9ebcf4f3339e55670d98434e8b6f1f4f8d9ad.tar.bz2
Fill in the time field correctly
-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');