Changeset 480f5d92 in github
- Timestamp:
- Oct 10, 2007 2:53:58 AM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 092bc0b
- Parents:
- b37599d
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
ree18f5f r480f5d92 1858 1858 1859 1859 // clear upload form 1860 if (!a && this.gui_objects.attachmentform && this.gui_objects.attachmentform!=this.gui_objects.messageform) 1861 this.gui_objects.attachmentform.reset(); 1860 try { 1861 if (!a && this.gui_objects.attachmentform != this.gui_objects.messageform) 1862 this.gui_objects.attachmentform.reset(); 1863 } 1864 catch(e){} // ignore errors 1862 1865 1863 1866 return true;
Note: See TracChangeset
for help on using the changeset viewer.
