make bonfire view consistent with other challenge views and make codemirror height larger and result code mirror pane read only with no cursor

This commit is contained in:
Michael Q Larson
2015-01-10 22:59:24 -08:00
parent 2f04f323c1
commit d8929ac72d
3 changed files with 58 additions and 33 deletions

View File

@@ -53,5 +53,4 @@ exports.returnChallenge = function(req, res, next) {
challenges: c
});
});
};