Fix code output logic
Fix codemirror url paths
This commit is contained in:
@@ -9,7 +9,7 @@ window.common = (function(global) {
|
||||
|
||||
if (
|
||||
!CodeMirror ||
|
||||
challengeType !== challengeTypes.JS ||
|
||||
challengeType !== challengeTypes.JS &&
|
||||
challengeType !== challengeTypes.BONFIRE
|
||||
) {
|
||||
common.updateOutputDisplay = () => {};
|
||||
|
Reference in New Issue
Block a user