mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Update w/ ajax post sys_perform_update.php
This commit is contained in:
parent
fec2c283c1
commit
387d779bdf
@ -314,6 +314,9 @@ $('#js-sys-check-update').click(function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#performupdateModal').on('shown.bs.modal', function (e) {
|
$('#performupdateModal').on('shown.bs.modal', function (e) {
|
||||||
|
$.post('ajax/system/sys_perform_update.php',{
|
||||||
|
'csrf_token': csrfToken,
|
||||||
|
})
|
||||||
fetchUpdateResponse();
|
fetchUpdateResponse();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user