summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-08-29 11:03:43 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-08-29 11:03:43 +0200
commitb4adfab383caa1a5895032291c7b264d86104980 (patch)
treeec369ff0429c30438e1492e4a0877b22dcdcfa79
parent5d0e0cd50373d02aaf6e9f0289ade1f1a22fbe5f (diff)
Revert "Fix help dialog not displaying proper text after clicking on the reset button."
This reverts commit 5d0e0cd50373d02aaf6e9f0289ade1f1a22fbe5f. Another fix must be found.
-rw-r--r--js/looking-glass.js3
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