Changeset 2318 in subversion
- Timestamp:
- Feb 27, 2009 6:06:29 AM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/app.js (modified) (1 diff)
-
program/steps/mail/autocomplete.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r2315 r2318 6 6 - Fix mime-type detection using a hard-coded map (#1485311) 7 7 - Don't return empty string if charset conversion failed (#1485757) 8 - Disable concurrent autocomplete query results display (#1485743) 8 9 9 10 2009/02/26 (alec) -
trunk/roundcubemail/program/js/app.js
r2309 r2318 2517 2517 }; 2518 2518 2519 this.ksearch_query_results = function(results )2519 this.ksearch_query_results = function(results, search) 2520 2520 { 2521 // ignore this outdated search response 2522 if (search != this.ksearch_value) 2523 return; 2524 2521 2525 this.hide_message(); 2522 2526 this.env.contacts = results ? results : []; -
trunk/roundcubemail/program/steps/mail/autocomplete.inc
r2243 r2318 45 45 } 46 46 47 $OUTPUT->command('ksearch_query_results', $contacts );47 $OUTPUT->command('ksearch_query_results', $contacts, $search); 48 48 $OUTPUT->send(); 49 49
Note: See TracChangeset
for help on using the changeset viewer.
