Changeset 3017 in subversion
- Timestamp:
- Oct 5, 2009 3:25:03 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r3015 r3017 2475 2475 } catch (e) {} 2476 2476 2477 if (! content.match(/add2attachment/)) {2477 if (!String(content).match(/add2attachment/) && (!bw.opera || (rcmail.env.uploadframe && rcmail.env.uploadframe == e.data.ts))) { 2478 2478 rcmail.display_message(rcmail.get_label('fileuploaderror'), 'error'); 2479 2479 rcmail.remove_from_attachment_list(e.data.ts); 2480 2480 } 2481 // Opera hack: handle double onload 2482 if (bw.opera) 2483 rcmail.env.uploadframe = e.data.ts; 2481 2484 }); 2482 2485
Note: See TracChangeset
for help on using the changeset viewer.
