You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing a single task, the date picker is shown by default on the bottom of the page.
This closes only after you click "Edit" and select the "Due" field.
Issue arises due to the following (line 108) in content-single-taks.php ?
.datepicker('setDate','<?php echo cp_get_task_due_date( cp_get_task_id() ) ?>');// init the datepicker
The text was updated successfully, but these errors were encountered:
When viewing a single task, the date picker is shown by default on the bottom of the page.
This closes only after you click "Edit" and select the "Due" field.
Issue arises due to the following (line 108) in content-single-taks.php ?
The text was updated successfully, but these errors were encountered: