Merge remote-tracking branch 'origin/main'

This commit is contained in:
SDE
2023-08-02 19:44:00 +03:00
2 changed files with 3 additions and 2 deletions

View File

@@ -523,6 +523,7 @@
margin-bottom: 70px;
margin-left: 20px;
margin-right: 20px;
margin-top: 70px;
}
.container-message_support_chat.left{

View File

@@ -228,12 +228,12 @@ function openTicket (ticket_id){
data: JSON.stringify(data),
success: function(data){
document.querySelector(".insert-tech-place").innerHTML = data.html;
document.querySelector(".info_profile").innerHTML = data.html;
},
error: function (data){
document.querySelector(".insert-tech-place").innerHTML = data.responseJSON.html;
document.querySelector(".info_profile").innerHTML = data.responseJSON.html;
}
});