diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-04-05 17:37:32 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-04-05 17:37:32 +0200 |
| commit | 890000e85a3b205f30490dfbfbbdd078adc9be32 (patch) | |
| tree | 54b01d1e2401af7d1b8fdfc1c588b168bc2abd25 | |
| parent | add lang. (diff) | |
| download | intention-cloud-890000e85a3b205f30490dfbfbbdd078adc9be32.tar.gz | |
remote alert
| -rw-r--r-- | root/static/search.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/root/static/search.js b/root/static/search.js index 97a48a7..64f04a3 100644 --- a/root/static/search.js +++ b/root/static/search.js @@ -10,7 +10,6 @@ $(function() { url: "cloud/search", data: dataString, success: function(response) { - alert(response); $('#view').show().html(response); $('#spinner').hide(); } |
