Add hotkey to go to next challenge/bonfire from completion modal, keep editor in focus on exiting completion modal, allow for courseware to theoretically work in production and development.
This commit is contained in:
@ -247,6 +247,9 @@ module.exports = {
|
||||
.map(function(elem) {
|
||||
return elem.name;
|
||||
});
|
||||
},
|
||||
whichEnvironment: function() {
|
||||
return process.env.NODE_ENV;
|
||||
}
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user