diff --git a/js/h5p.js b/js/h5p.js index e03adb2..3dca4ea 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -311,7 +311,6 @@ H5P.shuffleArray = function(array) { * @param {Number} maxPoints */ H5P.setFinished = function (contentId, points, maxPoints) { - return; // Not yet implemented for Drupal! if (H5P.postUserStatistics === true) { H5P.jQuery.post(H5P.ajaxPath + 'setFinished', {contentId: contentId, points: points, maxPoints: maxPoints}); }