__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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
*/
Joomla = window.Joomla || {};
(Joomla => {
document.addEventListener('DOMContentLoaded', () => {
Joomla.submitbutton = task => {
if (task === 'groups.delete') {
const cids = document.getElementsByName('cid[]');
for (let i = 0; i < cids.length; i += 1) {
if (cids[i].checked && cids[i].parentNode.getAttribute('data-usercount') !== '0') {
// @todo replace with joomla-alert
if (window.confirm(Joomla.Text._('COM_USERS_GROUPS_CONFIRM_DELETE'))) {
Joomla.submitform(task);
}
return false;
}
}
}
Joomla.submitform(task);
return false;
};
});
})(Joomla);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| admin-users-groups.js | File | 857 B | 0664 |
|
| admin-users-groups.min.js | File | 554 B | 0664 |
|
| admin-users-groups.min.js.gz | File | 420 B | 0664 |
|
| two-factor-focus.js | File | 1.96 KB | 0664 |
|
| two-factor-focus.min.js | File | 1.07 KB | 0664 |
|
| two-factor-focus.min.js.gz | File | 476 B | 0664 |
|
| two-factor-list.js | File | 544 B | 0664 |
|
| two-factor-list.min.js | File | 428 B | 0664 |
|
| two-factor-list.min.js.gz | File | 330 B | 0664 |
|