Files
codeocean/app/assets/javascripts/execution_environments.js

8 lines
220 B
JavaScript

$(function() {
if ($.isController('execution_environments')) {
if ($('.edit_execution_environment, .new_execution_environment').isPresent()) {
new MarkdownEditor('#execution_environment_help');
}
}
});