From 1562b7f88259fcc5800807c7376ae7c21203abbb Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 8 Sep 2009 20:01:29 -0400 Subject: [PATCH] No autocompletion for resources (yet??) --- kronolith/attendees.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kronolith/attendees.php b/kronolith/attendees.php index 388fa4c4e..5ab189b0b 100644 --- a/kronolith/attendees.php +++ b/kronolith/attendees.php @@ -265,10 +265,6 @@ $vfb_html = $attendee_view->render($date); $cac = Horde_Ajax_Imple::factory(array('kronolith', 'ContactAutoCompleter'), array('triggerId' => 'newAttendees')); $cac->attach(); -// TODO - actually implement this part -$rac = Horde_Ajax_Imple::factory(array('kronolith', 'ContactAutoCompleter'), array('triggerId' => 'newResources')); -$rac->attach(); - $title = _("Edit attendees"); require KRONOLITH_TEMPLATES . '/common-header.inc'; $notification->notify(array('listeners' => 'status')); -- 2.11.0