Aleksander Machniak
2013-10-30 6a91448aee5d036b35c621bbdaff250dc84e15f3
program/js/editor.js
@@ -161,7 +161,7 @@
  for (i in files) {
    att = files[i];
    if (att.complete && att.mimetype.indexOf('image/') == 0) {
    if (att.complete && att.mimetype.startsWith('image/')) {
      list.push([att.name, rcmail.env.comm_path+'&_action=display-attachment&_file='+i+'&_id='+rcmail.env.compose_id]);
    }
  }