Update w/ ajax post sys_perform_update.php

This commit is contained in:
billz 2023-11-23 08:53:13 +00:00
parent fec2c283c1
commit 387d779bdf

View file

@ -314,6 +314,9 @@ $('#js-sys-check-update').click(function() {
});
$('#performupdateModal').on('shown.bs.modal', function (e) {
$.post('ajax/system/sys_perform_update.php',{
'csrf_token': csrfToken,
})
fetchUpdateResponse();
});