diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php index c147d60db0..a9553973ce 100644 --- a/module/my/view/todo.html.php +++ b/module/my/view/todo.html.php @@ -22,7 +22,7 @@ if($period == 'before') $vars .= "&account={$app->user->account}&status=undone"; echo "
  • " . html::a(inlink('todo', $vars), $label) . '
  • '; } - echo "
  • " . html::input('date', $date,"class='form-control form-date' onchange='changeDate(this.value)'") . '
  • '; + echo "
  • " . html::input('date', $date,"class='form-control form-date' onchange='changeDate(this.value)' autocomplete='off'") . '
  • '; if(is_numeric($type)) {