diff options
Diffstat (limited to 'system/plugins/js_calendar_pi.php')
-rw-r--r-- | system/plugins/js_calendar_pi.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/plugins/js_calendar_pi.php b/system/plugins/js_calendar_pi.php index 19d056810..4a616f10f 100644 --- a/system/plugins/js_calendar_pi.php +++ b/system/plugins/js_calendar_pi.php @@ -479,7 +479,7 @@ function set_date(td, cal) // Insert the date into the form insert_date(cal); } -/* + // Insert the date into the form field function insert_date(cal) { @@ -495,9 +495,9 @@ function insert_date(cal) time = fval.value.substring(10); new_date = cal.date_str('n') + time; fval.value = new_date; - } + } } -*/ + // Remove the date from the form field function remove_date(cal) { |