Sending mail when description or thumbnail is requested

This commit is contained in:
Kasper Rynning-Tønnesen
2018-01-29 13:16:06 +01:00
parent 6c437ba258
commit 26fcc9f6cb
4 changed files with 42 additions and 1 deletions

View File

@@ -65,7 +65,6 @@ function root(req, res, next) {
javascript_file: "main.min.js",
captcha: res.recaptcha
}
console.log(data.recaptcha);
res.render('layouts/frontpage', data);
}
} catch(e) {