Fix styling issues for sites that has uncleard floating blocks
commit
12523d810c
|
@ -311,7 +311,6 @@ H5P.shuffleArray = function(array) {
|
||||||
* @param {Number} maxPoints
|
* @param {Number} maxPoints
|
||||||
*/
|
*/
|
||||||
H5P.setFinished = function (contentId, points, maxPoints) {
|
H5P.setFinished = function (contentId, points, maxPoints) {
|
||||||
return; // Not yet implemented for Drupal!
|
|
||||||
if (H5P.postUserStatistics === true) {
|
if (H5P.postUserStatistics === true) {
|
||||||
H5P.jQuery.post(H5P.ajaxPath + 'setFinished', {contentId: contentId, points: points, maxPoints: maxPoints});
|
H5P.jQuery.post(H5P.ajaxPath + 'setFinished', {contentId: contentId, points: points, maxPoints: maxPoints});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue