mirror of
https://github.com/moparisthebest/mail
synced 2025-01-30 22:50:17 -05:00
fix jshint
This commit is contained in:
parent
320686f590
commit
3156a20664
@ -7,7 +7,7 @@
|
||||
|
||||
if (e.data.html) {
|
||||
// display html mail body
|
||||
html = '<div class="scale-body">' + e.data.html + '</div>';;
|
||||
html = '<div class="scale-body">' + e.data.html + '</div>';
|
||||
} else if (e.data.text) {
|
||||
// diplay text mail body by with colored conversation nodes
|
||||
html = renderNodes(parseConversation(e.data.text));
|
||||
|
Loading…
Reference in New Issue
Block a user