summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'program/js/app.js')
-rw-r--r--program/js/app.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index f002dcae3..1c35ad0d9 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3640,8 +3640,12 @@ function rcube_webmail()
this.ksearch_query_results = function(results, search, reqid)
{
+ // search stopped in meantime?
+ if (!this.ksearch_value)
+ return;
+
// ignore this outdated search response
- if (this.ksearch_input && this.ksearch_value && search != this.ksearch_value)
+ if (this.ksearch_input && search != this.ksearch_value)
return;
// display search results