diff options
| author | tim b <timb@camcompu.home> | 2010-09-26 20:37:21 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-09-26 20:37:21 -0700 |
| commit | 0db5a02207dfb4156fd8ef58cc894432e017fd50 (patch) | |
| tree | a7346c90f03a8cce8f5938ec9c2d8d72114d6b67 /static/js | |
| parent | 43cc0ff9f76335639016b1610faec2892c0457f7 (diff) | |
wtf datatype json
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/pichat.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 4132d68..8f6b7d1 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -1347,6 +1347,7 @@ var Search = { 'doAjax': function(term) { if (Domain == "http://dump.fm") { $.ajax({ + "dataType": "json", "url": "/cmd/search/" + term, "success": Search.results, "error": Search.error, |
