- Fix auto-complete function hangs with plus sign (#1485815)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Fix auto-complete function hangs with plus sign (#1485815) |
| | | - Fix AJAX requests errors handler (#1485000) |
| | | - Speed up message list displaying on IE |
| | | - Fix read/write database recognition (#1485811) |
| | |
| | | this.ksearch_value = q; |
| | | |
| | | this.display_message(this.get_label('searching'), 'loading', true); |
| | | this.http_post('autocomplete', '_search='+q); |
| | | this.http_post('autocomplete', '_search='+urlencode(q)); |
| | | }; |
| | | |
| | | this.ksearch_query_results = function(results, search) |