Skip to content

Commit 118faa3

Browse files
committed
Patch: ticket list: Click on unread button forces closing tooltip
1 parent 899f6ef commit 118faa3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Views/tickets/datatable/events.blade.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
$(document).on('click', '.unread_toggle', function(e){
66
e.preventDefault();
77
8+
// Force tooltip close
9+
$(this).tooltip('dispose');
10+
811
$.ajax({
912
type: "POST",
1013
url: '{{ route($setting->grab('main_route').'.ajax.read') }}',

0 commit comments

Comments
 (0)