fix
This commit is contained in:
@ -70,7 +70,7 @@ $(function() {
|
|||||||
var getSelectedExecutionEnvironment = function() {
|
var getSelectedExecutionEnvironment = function() {
|
||||||
return _.find(execution_environments, function(execution_environment) {
|
return _.find(execution_environments, function(execution_environment) {
|
||||||
return execution_environment.id === parseInt($('#exercise_execution_environment_id').val());
|
return execution_environment.id === parseInt($('#exercise_execution_environment_id').val());
|
||||||
});
|
}) || {};
|
||||||
};
|
};
|
||||||
|
|
||||||
var highlightCode = function() {
|
var highlightCode = function() {
|
||||||
|
Reference in New Issue
Block a user