diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-21 05:10:21 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-21 05:10:21 -0400 |
| commit | b1a14320f0d427992352d8205da1ca9cc7777c1c (patch) | |
| tree | 80c6d5372a4a62f4fa02deb5e1a35764c1c4b5cd | |
| parent | a53c4a0141e9aa6f39ecb25f26fe17fdb1bd7249 (diff) | |
timb: tiny bit of documentation
| -rw-r--r-- | static/js/pichat.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index b700eb2..8f0ebe6 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -777,6 +777,12 @@ function setupUploadAvatar(elementId) { }); } + +/* + search adds a script to the page... the script will call either Search.searchResult() or Search.searchError() + todo: clean this up. remove duplicated function names etc +*/ + var Search = { 'term': "", |
