Cleanup code

This commit is contained in:
Maximilian Grundke
2015-11-26 17:04:37 +01:00
parent baf33419cf
commit 72b5fa3b8c
2 changed files with 21 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ $(function() {
slider.on('change', function(event) {
var currentSubmission = slider.val();
var currentFiles = JSON.parse(files[currentSubmission]);
var currentFiles = files[currentSubmission];
editors.each(function(index, editor) {
currentEditor = ace.edit(editor);