More improvements, keyboard shortcuts working again, extra protection against fatal errors
This commit is contained in:
@@ -7,6 +7,7 @@ var _ = require('lodash'),
|
||||
*/
|
||||
exports.index = function(req, res) {
|
||||
res.render('bonfire/bonfire.jade', {
|
||||
title: 'Learn to code with Bonfire - Free Code Camp'
|
||||
});
|
||||
//Bonfire.find({}, null, { sort: { bonfireNumber: 1 } }, function(err, c) {
|
||||
// if (err) {
|
||||
|
Reference in New Issue
Block a user