alecpl
2008-12-04 7f450630cc5be210c5d474f8b652c1fca1170f18
#1485602: fix 'searching' label in compose


1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -2461,7 +2461,7 @@
    this.ksearch_value = q;
    
    this.display_message('searching', 'loading', true);
    this.display_message(this.get_label('searching'), 'loading', true);
    this.http_post('autocomplete', '_search='+q);
  };