Aleksander Machniak
2013-12-18 538e64c572220bba43960a3073468c0ce3dc5f4c
plugins/vcard_attachments/vcardattach.js
@@ -1,4 +1,4 @@
/*
/**
 * vcard_attachments plugin script
 * @version @package_version@
 */
@@ -13,6 +13,7 @@
function plugin_vcard_insertrow(data)
{
  var ctype = data.row.ctype;
  if (ctype == 'text/vcard' || ctype == 'text/x-vcard' || ctype == 'text/directory') {
    $('#rcmrow'+data.uid+' > td.attachment').html('<img src="'+rcmail.env.vcard_icon+'" alt="" />');
  }