Fix code output logic

Fix codemirror url paths
This commit is contained in:
Berkeley Martinez
2015-11-24 15:01:22 -08:00
parent 8c261180d3
commit 04db6744b9
2 changed files with 8 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ window.common = (function(global) {
if (
!CodeMirror ||
challengeType !== challengeTypes.JS ||
challengeType !== challengeTypes.JS &&
challengeType !== challengeTypes.BONFIRE
) {
common.updateOutputDisplay = () => {};