From: Michael J. Rubinsky Date: Wed, 9 Sep 2009 00:01:29 +0000 (-0400) Subject: No autocompletion for resources (yet??) X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1562b7f88259fcc5800807c7376ae7c21203abbb;p=horde.git No autocompletion for resources (yet??) --- 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'));