includes/clientside/static/autocomplete.js
author Dan
Fri, 28 Nov 2008 22:52:29 -0500
changeset 752 8875559bae0e
parent 699 c7d737202d59
permissions -rw-r--r--
Fixed an onload recursion issue if load_component() is called during global onload

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