internationalization and feedback for RFC button

This commit is contained in:
Felix Wolff
2015-05-05 11:23:31 +02:00
parent 623cd53dc3
commit 4fa8f811cf
4 changed files with 10 additions and 3 deletions

View File

@ -928,14 +928,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() {