Changeset 891
- Timestamp:
- 2008-03-15 00:13:37 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/chrome/content/integration/saveas.js
r801 r891 52 52 } 53 53 if (doRevert) { 54 // revert mofo bug #315536 55 // https://bugzilla.mozilla.org/show_bug.cgi?id=315536 56 window.setTimeout( 57 function() { 58 DTA_SaveAs.revertUI(); 59 }, 60 0 61 ); 54 this.revertUI(); 62 55 } 63 56 … … 143 136 document.getElementById('basicBox').collapsed = true; 144 137 document.getElementById('normalBox').collapsed = false; 145 this.sizeToContent();146 138 147 139 // take care of FlashGot... for now. … … 152 144 } 153 145 catch (ex) { 154 this.sizeToContent(); 155 } 146 // no op 147 } 148 this.sizeToContent(); 149 156 150 }, 157 151
