Whitespace changes
parent
fba425220e
commit
868c06929d
|
@ -15,6 +15,7 @@ interface H5PFrameworkInterface {
|
||||||
*/
|
*/
|
||||||
public function getPlatformInfo();
|
public function getPlatformInfo();
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Fetches a file from a remote server using HTTP GET
|
* Fetches a file from a remote server using HTTP GET
|
||||||
*
|
*
|
||||||
|
|
|
@ -141,6 +141,7 @@ H5P.init = function (target) {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(contentData.disable & H5P.DISABLE_ABOUT)) {
|
if (!(contentData.disable & H5P.DISABLE_ABOUT)) {
|
||||||
// Add about H5P button icon
|
// Add about H5P button icon
|
||||||
H5P.jQuery('<li><a class="h5p-link" href="http://h5p.org" target="_blank" title="' + H5P.t('h5pDescription') + '"></a></li>').appendTo($actions);
|
H5P.jQuery('<li><a class="h5p-link" href="http://h5p.org" target="_blank" title="' + H5P.t('h5pDescription') + '"></a></li>').appendTo($actions);
|
||||||
|
|
Loading…
Reference in New Issue