diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-09-28 13:27:26 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-09-28 13:27:26 +0200 |
commit | 15bc6f50246c864c64fabd55a35be28c3b5ef6c1 (patch) | |
tree | 99c0e1c52b2ed87e8d765ddc1c6ac93ba4deea1d /system/plugins/js_calendar_pi.php | |
parent | e339ef56f366024b4d094a8f7335d56cf683598b (diff) |
uncommenting a function
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) { |