includes/clientside/static/autocomplete.js
author Dan Fuhry <dan@enanocms.org>
Thu, 28 Oct 2010 03:04:24 -0400
changeset 1307 5d9f6ecf748e
parent 699 c7d737202d59
permissions -rw-r--r--
Added an editor hook that allows plugins to insert their own content right before the editor box.

/*
 * Auto-completing page/username fields
 * NOTE: A more efficient version of the username field is used for Mozilla browsers. The updated code is in autofill.js.
 */

//
// **** 1.1.5: DEPRECATED ****
// Replaced with jQuery-based mechanism.
//