commenting, improved readability

This commit is contained in:
Thomas Hille
2017-03-10 18:49:36 +01:00
parent 12adfde6c2
commit 8b67a70546
2 changed files with 16 additions and 15 deletions

View File

@@ -587,6 +587,7 @@ configureEditors: function () {
},
dataType: 'json',
method: 'GET',
// get working times for this exercise
url: $('#editor').data('working-times-url'),
success: function (data) {
var percentile75 = data['working_time_75_percentile'];