Use variable with complete path HFJ-1695
parent
b42b28ab03
commit
bfcf4228db
|
@ -1609,8 +1609,7 @@ H5P.setFinished = function (contentId, score, maxScore, time) {
|
|||
};
|
||||
|
||||
// Post the results
|
||||
// TODO: Should we use a variable with the complete path?
|
||||
H5P.jQuery.post(H5PIntegration.ajaxPath + 'setFinished', {
|
||||
H5P.jQuery.post(H5PIntegration.ajax.setFinished, {
|
||||
contentId: contentId,
|
||||
score: score,
|
||||
maxScore: maxScore,
|
||||
|
|
Loading…
Reference in New Issue