Changeset a980cb8 in github


Ignore:
Timestamp:
Sep 13, 2008 9:51:44 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:
000bb9a
Parents:
51f55bd6
Message:
  • don't lock interface when loading headers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r203ee44 ra980cb8  
    36843684    }; 
    36853685 
     3686 
    36863687  // display all-headers row and fetch raw message headers 
    36873688  this.load_headers = function(elem) 
     
    36983699    if (!this.gui_objects.all_headers_box.innerHTML) 
    36993700      { 
    3700       this.set_busy(true, 'loading'); 
     3701      this.display_message(this.get_label('loading'), 'loading', true);  
    37013702      this.http_post('headers', '_uid='+this.env.uid); 
    37023703      } 
Note: See TracChangeset for help on using the changeset viewer.