From 15bc6f50246c864c64fabd55a35be28c3b5ef6c1 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 28 Sep 2009 11:27:26 +0000 Subject: uncommenting a function --- system/plugins/js_calendar_pi.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'system/plugins') 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) { -- cgit v1.2.3-24-g4f1b