summary refs log tree commit diff
path: root/root
diff options
context:
space:
mode:
Diffstat (limited to 'root')
-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();
             }