mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 10:46:14 +01:00
hint
This commit is contained in:
@@ -35,10 +35,10 @@ function renderEmail(req, res, next) {
|
|||||||
}, function(err, emails) {
|
}, function(err, emails) {
|
||||||
res.render('admin/settings/email', {
|
res.render('admin/settings/email', {
|
||||||
emails: emails.filter(function(email) {
|
emails: emails.filter(function(email) {
|
||||||
return email.path.indexOf('_plaintext') === -1 && email.path.indexOf('partials') === -1
|
return email.path.indexOf('_plaintext') === -1 && email.path.indexOf('partials') === -1;
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
; });
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user