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