This commit is contained in:
SBD
2023-11-24 16:48:38 +03:00
parent a989f85b2b
commit f09ff3f7df
2 changed files with 14 additions and 10 deletions

View File

@@ -596,7 +596,8 @@ function sendMessage(id_ticket=null,sender,receiver,files=null){
function openTicket (ticket_id){
let data = {
'ticket_id': ticket_id
'ticket_id': ticket_id,
'mobile': getInfoAboutUser() === 'mobile' || getInfoAboutUser() === 'laptop'
}
$.ajax({