Merge branch 'master' into rt/comments

Conflicts:
	app/views/exercises/_editor_file_tree.html.slim
This commit is contained in:
Ralf Teusner
2015-07-16 15:19:31 +02:00
6 changed files with 56 additions and 29 deletions

View File

@ -991,14 +991,19 @@ $(function() {
requestorid: user_id,
exerciseid: exercise_id,
fileid: file_id,
"requested_at(1i)": 2015,
"requested_at(2i)":3,
"requested_at(1i)": 2015, // these are the timestamp values that the request handler demands
"requested_at(2i)":3, // they could be random here, because the timestamp is updated on serverside anyway
"requested_at(3i)":27,
"requested_at(4i)":17,
"requested_at(5i)":06
}
}
}).done(function() {
hideSpinner()
$.flash.success({ text: 'Request for comments sent!' })
})
showSpinner($('#request-for-comments'))
}
var initializeCodePilot = function() {