diff options
| author | tim b <timb@camcompu.home> | 2010-08-03 23:37:25 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-08-03 23:37:25 -0700 |
| commit | aa06b93d39c2a6b3a67bc91a01a9f86c315966a8 (patch) | |
| tree | 068757455a9849e1fc26afaacae8868730bfb688 /static/js/pichat.js | |
| parent | 537d5ddb033fda636df847be814af383c565bbf9 (diff) | |
| parent | 2a7b0ab6991051b917a4ee75435007f3fa06f5f3 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/js/pichat.js')
| -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': "", |
