diff options
Diffstat (limited to 'static')
| -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': "", |
