From 4a9a8af78093f3d55fe0173443ee0dd245476706 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 27 Jul 2011 09:54:07 +0000 Subject: - Call ksearch_destroy() on ksearch_hide() git-svn-id: https://svn.roundcube.net/trunk@4972 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() -- cgit v1.2.3