diff options
author | alecpl <alec@alec.pl> | 2011-07-27 09:54:07 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-07-27 09:54:07 +0000 |
commit | 31f05cc9a4231295c7438e92155df0c29978e33c (patch) | |
tree | 09072e39ddfa61004fffcfc08e7f22086b14b3cb /program/js/app.js | |
parent | dcf8112adaa151d38ffcb9e1882ca421fa930d04 (diff) |
- Call ksearch_destroy() on ksearch_hide()
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 4 |
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() |