Changeset 864 in subversion
- Timestamp:
- Oct 10, 2007 2:53:58 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r840 r864 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.
