Work on sending campaigns. Campaign status page half-way done, but does not work yet.
This commit is contained in:
parent
67d7129f7b
commit
d1fa4f4211
66 changed files with 1653 additions and 525 deletions
|
@ -69,11 +69,9 @@ async function serverValidate(context, data) {
|
|||
return result;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
listDTAjax,
|
||||
add,
|
||||
remove,
|
||||
search,
|
||||
isBlacklisted,
|
||||
serverValidate
|
||||
};
|
||||
module.exports.listDTAjax = listDTAjax;
|
||||
module.exports.add = add;
|
||||
module.exports.remove = remove;
|
||||
module.exports.search = search;
|
||||
module.exports.isBlacklisted = isBlacklisted;
|
||||
module.exports.serverValidate = serverValidate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue