includes/clientside/static/autocomplete.js
author Dan
Sat, 16 May 2009 02:00:20 +0000
changeset 999 61d492c43e5f
parent 699 c7d737202d59
permissions -rw-r--r--
Fixed two bugs: PluginManager: forgot to import cache; PageManager: now queries pages with buffered query (temporary fix)

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