From 8765129cf8e23e5d9badadf44e6d8af52742aee3 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 25 Nov 2009 14:56:57 -0500 Subject: [PATCH] Differentiate the pretty autocomplete container --- kronolith/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/index.php b/kronolith/index.php index 88a705f24..706985b8f 100644 --- a/kronolith/index.php +++ b/kronolith/index.php @@ -32,6 +32,6 @@ require KRONOLITH_TEMPLATES . '/index/index.inc'; Horde::includeScriptFiles(); Horde::outputInlineScript(); $notification->notify(array('listeners' => array('javascript'))); -$tac = Horde_Ajax_Imple::factory(array('kronolith', 'TagAutoCompleter'), array('triggerId' => 'kronolithEventTags', 'pretty' => true)); +$tac = Horde_Ajax_Imple::factory(array('kronolith', 'TagAutoCompleter'), array('triggerId' => 'kronolithEventTags', 'box' => 'kronolithEventACBox', 'pretty' => true)); $tac->attach(); echo "\n"; -- 2.11.0