0.0.21 buf gix registration

This commit is contained in:
2023-07-19 17:16:46 +03:00
parent 7c320d2709
commit 0866e605e6
6 changed files with 63 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ function sendRoute(el){
document.querySelector(".info_profile").innerHTML = data.html
},
error: function (data, exception){
document.querySelector(".button_register").innerHTML = data.responseJSON.html
document.querySelector(".info_profile").innerHTML = data.responseJSON.html
}
});
}