thomascube
2009-02-27 aaffbeb04936c0e5d96b8cffa8fe4c14e942a633
program/js/app.js
@@ -2516,8 +2516,12 @@
    this.http_post('autocomplete', '_search='+q);
  };
  this.ksearch_query_results = function(results)
  this.ksearch_query_results = function(results, search)
  {
    // ignore this outdated search response
    if (search != this.ksearch_value)
      return;
    this.hide_message();
    this.env.contacts = results ? results : [];