mirror of
https://github.com/itflow-org/itflow
synced 2026-08-26 01:15:12 +00:00
All Jquery removed replaced with stand JS and non jqery dependent libs
This commit is contained in:
@@ -145,7 +145,7 @@ new Sortable(document.querySelector('table#tasks tbody'), {
|
||||
order: index
|
||||
}));
|
||||
|
||||
$.post('/agent/ajax.php', {
|
||||
itflowPostForm('/agent/ajax.php', {
|
||||
update_task_templates_order: true,
|
||||
csrf_token: '<?= $_SESSION['csrf_token'] ?>',
|
||||
ticket_template_id: <?= $ticket_template_id ?>,
|
||||
|
||||
Reference in New Issue
Block a user