Merge branch 'master' of github.com:h5p/h5p-php-library

pull/17/head
Frode Petterson 2016-02-23 13:10:43 +01:00
commit 06e9508eda
1 changed files with 1 additions and 2 deletions

View File

@ -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,