0.8.394
This commit is contained in:
@@ -1168,16 +1168,19 @@ h2.title_new_route{
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.menu_profile>div:first-of-type {
|
.menu_profile > .subscribe_type_txt {
|
||||||
border-radius: 10px;
|
color: #000;
|
||||||
background:none;
|
font-size: 14px;
|
||||||
/* Shadow 1 */
|
border-radius: 0;
|
||||||
|
background: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin-bottom: 10px;
|
margin: auto;
|
||||||
padding: 10px;
|
margin-bottom: 20px;
|
||||||
text-align: center;
|
padding: 0;
|
||||||
position: relative;
|
text-align: unset;
|
||||||
height: 15px;
|
position: unset;
|
||||||
|
height: unset;
|
||||||
|
width: 274px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.menu_profile>div>a {*/
|
/*.menu_profile>div>a {*/
|
||||||
|
|||||||
@@ -596,7 +596,8 @@ function sendMessage(id_ticket=null,sender,receiver,files=null){
|
|||||||
|
|
||||||
function openTicket (ticket_id){
|
function openTicket (ticket_id){
|
||||||
let data = {
|
let data = {
|
||||||
'ticket_id': ticket_id
|
'ticket_id': ticket_id,
|
||||||
|
'mobile': getInfoAboutUser() === 'mobile' || getInfoAboutUser() === 'laptop'
|
||||||
}
|
}
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
|||||||
Reference in New Issue
Block a user