0.8.394
This commit is contained in:
@@ -1168,16 +1168,19 @@ h2.title_new_route{
|
||||
height: 40px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.menu_profile>div:first-of-type {
|
||||
border-radius: 10px;
|
||||
background:none;
|
||||
/* Shadow 1 */
|
||||
.menu_profile > .subscribe_type_txt {
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
border-radius: 0;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
height: 15px;
|
||||
margin: auto;
|
||||
margin-bottom: 20px;
|
||||
padding: 0;
|
||||
text-align: unset;
|
||||
position: unset;
|
||||
height: unset;
|
||||
width: 274px;
|
||||
}
|
||||
|
||||
/*.menu_profile>div>a {*/
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user