diff options
-rw-r--r-- | js/looking-glass.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/js/looking-glass.js b/js/looking-glass.js index 3f612de..4cbc47a 100644 --- a/js/looking-glass.js +++ b/js/looking-glass.js @@ -24,11 +24,8 @@ $(document).ready(function() { $('.close').click(function() { $('.alert').slideUp(); }); - - // close the alert bar and reset the doc modal $('#clear').click(function() { $('.alert').slideUp(); - request_doc($('#query').val()); }); // reset the view to the default one |