summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-07-27 09:54:07 +0000
committeralecpl <alec@alec.pl>2011-07-27 09:54:07 +0000
commit31f05cc9a4231295c7438e92155df0c29978e33c (patch)
tree09072e39ddfa61004fffcfc08e7f22086b14b3cb
parentdcf8112adaa151d38ffcb9e1882ca421fa930d04 (diff)
- Call ksearch_destroy() on ksearch_hide()
-rw-r--r--program/js/app.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index b424f006a..e0ca79162 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3730,7 +3730,9 @@ function rcube_webmail()
if (this.ksearch_pane)
this.ksearch_pane.hide();
- };
+
+ this.ksearch_destroy();
+ };
// Aborts pending autocomplete requests
this.ksearch_destroy = function()