includes/clientside/static/autocomplete.js
author Dan
Sun, 05 Jul 2009 00:57:53 -0400
changeset 1034 15fa1b4e730a
parent 699 c7d737202d59
permissions -rw-r--r--
Fixed onload_hooks[] being initted to null after runOnloadHooks() called (should now be initted to an array)

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