includes/clientside/static/autocomplete.js
author Dan Fuhry <dan@enanocms.org>
Tue, 16 Nov 2010 12:24:38 -0500
changeset 1316 3df4818b99bf
parent 699 c7d737202d59
permissions -rw-r--r--
editor: removed extraneous debug info; changed around the order by which the textarea is created and appended to the DOM

/*
 * 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.
//