From b4adfab383caa1a5895032291c7b264d86104980 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Fri, 29 Aug 2014 11:03:43 +0200 Subject: Revert "Fix help dialog not displaying proper text after clicking on the reset button." This reverts commit 5d0e0cd50373d02aaf6e9f0289ade1f1a22fbe5f. Another fix must be found. --- js/looking-glass.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'js') 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 -- cgit v1.2.3