includes/clientside/static/autocomplete.js
author Dan
Thu, 29 Jul 2010 11:53:15 -0400
changeset 1269 35986c6b2150
parent 699 c7d737202d59
permissions -rw-r--r--
Added template hooks in the JS template compiler. Attach to thook_<template hook name>. Use Echo() to echo HTML; access compiler instance with Template.tpl_{strings,bool}, etc.

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