Fixed file-creation-modal

This commit is contained in:
Alexander Kastius
2016-09-01 15:41:56 +02:00
parent 858bbdab95
commit 0ca1cbaa14
2 changed files with 4 additions and 2 deletions

View File

@@ -564,7 +564,7 @@ var CodeOceanEditor = {
this.createSubmission('#create-file', null, function(response) {
$('#code_ocean_file_context_id').val(response.id);
$('#modal-file').modal('show');
});
}.bind(this));
},
initializeOutputBarToggle: function() {