includes/clientside/static/autocomplete.js
author Dan
Wed, 02 Jul 2008 19:36:44 -0400
changeset 592 27377179fe58
parent 582 a38876c0793c
child 699 c7d737202d59
permissions -rw-r--r--
Another sweep from the optimization monster. template: rewrote parts of tplWikiFormat to do faster validation and less eval()ing template: sidebar is now cached for anonymous users (thanks to Richard Greene for the suggestion) dbal: rewrote SQL query parser, much cruft taken out template: made tplWikiFormat depend more on RenderMan common: moved some lesser-used includes out of main loading sequence Expect a lot of changes to AES code in the next commit!

/*
 * 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.4: DEPRECATED ****
// Replaced with Spry-based mechanism.
//