summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-04-05 17:37:32 +0200
committerfranck cuny <franck@lumberjaph.net>2009-04-05 17:37:32 +0200
commit890000e85a3b205f30490dfbfbbdd078adc9be32 (patch)
tree54b01d1e2401af7d1b8fdfc1c588b168bc2abd25
parentadd lang. (diff)
downloadintention-cloud-890000e85a3b205f30490dfbfbbdd078adc9be32.tar.gz
remote alert
-rw-r--r--root/static/search.js1
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();
             }