Skip to content

Commit f8cb379

Browse files
committed
Patch: Turn off tooltip sanitize for ticket list tooltips
1 parent e6631f8 commit f8cb379

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
// Agent / Priority change: Popover menu
5454
$(".jquery_popover")
5555
.popover({
56-
html: true
56+
html: true,
57+
sanitize: false
5758
})
5859
.click(function(e){
5960
e.preventDefault();

0 commit comments

Comments
 (0)