Browse Source

🚑 mail_to: clean up excess code

pull/235/head
ommo73 5 years ago
parent
commit
7d12f03b41
No known key found for this signature in database GPG Key ID: E7E1F5C23505AFF8
  1. 2
      mail_to/doc/changelog.rst
  2. 5
      mail_to/static/src/js/mail_to.js

2
mail_to/doc/changelog.rst

@ -7,7 +7,7 @@
`1.0.1` `1.0.1`
------- -------
- **FIX**: the problem with duplicating the names of recipients was solved.
- **FIX:** The problem with duplicating the names of recipients was solved.
`1.0.0` `1.0.0`
------- -------

5
mail_to/static/src/js/mail_to.js

@ -32,12 +32,9 @@ chat_manager.make_message = function (data) {
} }
} }
msg.more_recipients = more_recipients;
return msg;
}
}
msg.more_recipients = more_recipients; msg.more_recipients = more_recipients;
return msg; return msg;
}; };
return chat_manager; return chat_manager;
}); });
Loading…
Cancel
Save