Fix styling issues for sites that has uncleard floating blocks

namespaces
Svein-Tore Griff With 2013-10-21 13:23:36 +02:00
commit 12523d810c
1 changed files with 0 additions and 1 deletions

View File

@ -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});
}