#12569 fixed actions credential boxes

This commit is contained in:
Daniel Cebrian 2023-12-04 16:54:14 +01:00
parent 24c8e606f4
commit c22525febc
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ $(document).ready (function () {
function (data) {
$(".white-box-content").html(data);
$("#submit-update").click(function (e) {
$("#button-update").click(function (e) {
update_credential_boxes(datas);
});
},