- Call ksearch_destroy() on ksearch_hide()

release-0.6
alecpl 13 years ago
parent dcf8112ada
commit 31f05cc9a4

@ -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()

Loading…
Cancel
Save