Open tickets on mobile close filter sidebar
Added line to close the filter sidebar when selecting a ticket to open on a mobile screen.
This commit is contained in:
parent
b8751ba315
commit
dc21810add
@ -260,6 +260,7 @@ function applyTicketClickFunction() {
|
|||||||
$(".email-list-item").on("click", function(e) {
|
$(".email-list-item").on("click", function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
displayTicket(this);
|
displayTicket(this);
|
||||||
|
$('.email-app').removeClass('side-active');
|
||||||
$('.email-content').toggleClass('open');
|
$('.email-content').toggleClass('open');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user