No autocompletion for resources (yet??)
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 9 Sep 2009 00:01:29 +0000 (20:01 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:51 +0000 (16:53 -0400)
kronolith/attendees.php

index 388fa4c..5ab189b 100644 (file)
@@ -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'));