Changeset a980cb8 in github
- Timestamp:
- Sep 13, 2008 9:51:44 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 000bb9a
- Parents:
- 51f55bd6
- File:
-
- 1 edited
-
program/js/app.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r203ee44 ra980cb8 3684 3684 }; 3685 3685 3686 3686 3687 // display all-headers row and fetch raw message headers 3687 3688 this.load_headers = function(elem) … … 3698 3699 if (!this.gui_objects.all_headers_box.innerHTML) 3699 3700 { 3700 this. set_busy(true, 'loading');3701 this.display_message(this.get_label('loading'), 'loading', true); 3701 3702 this.http_post('headers', '_uid='+this.env.uid); 3702 3703 }
Note: See TracChangeset
for help on using the changeset viewer.
