Added option to disable WYSIWYG editor

This commit is contained in:
Andris Reinman 2016-04-11 21:35:04 -07:00
parent 58cce00829
commit 02c8fb4dda
20 changed files with 147 additions and 64 deletions

View file

@ -202,6 +202,7 @@ module.exports.subscribe = (cid, optInIp, callback) => {
connection.release();
callback(null, {
list: listId,
cid,
email
});
});