diff options
-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() |