summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-27 09:54:07 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-27 09:54:07 +0000
commit4a9a8af78093f3d55fe0173443ee0dd245476706 (patch)
tree0546b5bf304fc572dc7b10e7e97e9e2ce3695944
parentd38ffa744ba1304c514af556be8c86c20e0db560 (diff)
- Call ksearch_destroy() on ksearch_hide()
git-svn-id: https://svn.roundcube.net/trunk@4972 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/js/app.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index b424f006a..e0ca79162 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/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()