Whitespace changes

semantics-font
Svein-Tore Griff With 2015-04-13 18:41:53 +02:00
parent fba425220e
commit 868c06929d
2 changed files with 2 additions and 0 deletions

View File

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

View File

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