The form element won't be loaded at this point, wait until the DOM is loaded.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 18 Jan 2009 15:20:46 +0000 (10:20 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 18 Jan 2009 15:20:46 +0000 (10:20 -0500)
kronolith/lib/Imple/ContactAutoCompleter.php

index 49967eb..60e30ca 100644 (file)
@@ -53,7 +53,7 @@ class Imple_ContactAutoCompleter extends Imple
 
         $params[] = '{' . implode(',', $js_params) . '}';
 
-        Kronolith::addInlineScript('new Ajax.Autocompleter(' . implode(',', $params) . ')');
+        Kronolith::addInlineScript('document.observe(\'dom:loaded\', function () {new Ajax.Autocompleter(' . implode(',', $params) . ')})');
     }
 
     /**