program/js/app.js | ●●●●● patch | view | raw | blame | history |
program/js/app.js
@@ -1947,7 +1947,9 @@ html = '<span id="flagicn'+row.id+'" class="'+css_class+'"> </span>'; } else if (c == 'attachment') { if (/application\/|multipart\/(m|signed)/.test(flags.ctype)) if (flags.attachmentClass) html = '<span class="'+flags.attachmentClass+'"> </span>'; else if (/application\/|multipart\/(m|signed)/.test(flags.ctype)) html = '<span class="attachment"> </span>'; else if (/multipart\/report/.test(flags.ctype)) html = '<span class="report"> </span>';