From 890000e85a3b205f30490dfbfbbdd078adc9be32 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 5 Apr 2009 17:37:32 +0200 Subject: remote alert --- root/static/search.js | 1 - 1 file changed, 1 deletion(-) 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(); } -- cgit v1.2.3