Changeset 7f45063 in github


Ignore:
Timestamp:
Dec 4, 2008 9:04:09 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
64c9b5b
Parents:
2a41355
Message:

#1485602: fix 'searching' label in compose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    rf1f17fa r7f45063  
    24622462    this.ksearch_value = q; 
    24632463     
    2464     this.display_message('searching', 'loading', true); 
     2464    this.display_message(this.get_label('searching'), 'loading', true); 
    24652465    this.http_post('autocomplete', '_search='+q); 
    24662466  }; 
Note: See TracChangeset for help on using the changeset viewer.