alecpl
2009-04-23 df781b53999f0656992929514a334867ab5b43af
program/js/app.js
@@ -2568,7 +2568,7 @@
    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)