transferred Code Ocean from original repository to GitHub
This commit is contained in:
7
app/assets/javascripts/execution_environments.js
Normal file
7
app/assets/javascripts/execution_environments.js
Normal file
@ -0,0 +1,7 @@
|
||||
$(function() {
|
||||
if ($.isController('execution_environments')) {
|
||||
if ($('.edit_execution_environment, .new_execution_environment').isPresent()) {
|
||||
new MarkdownEditor('#execution_environment_help');
|
||||
}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user