diff options
Diffstat (limited to 'timetasker.js')
| -rw-r--r-- | timetasker.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/timetasker.js b/timetasker.js index fdb4346..51f0671 100644 --- a/timetasker.js +++ b/timetasker.js @@ -28,8 +28,14 @@ popupate_select(module_0, MODULE); }, 500); - popupate_select(task_0, TASK); - popupate_select(work_type_0, WORK_TYPE); + window.setTimeout(function() { + popupate_select(task_0, TASK); + }, 500); + + window.setTimeout(function() { + popupate_select(work_type_0, WORK_TYPE); + }, 500); + // popupate_select(date_0, ''); time_0.value = TIME; popupate_select(billable_0, BILLABLE ? 't' : 'f'); |
