mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Update w/ ajax post sys_perform_update.php
This commit is contained in:
parent
fec2c283c1
commit
387d779bdf
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue