We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6631f8 commit f8cb379Copy full SHA for f8cb379
1 file changed
src/Views/tickets/datatable/events.blade.php
@@ -53,7 +53,8 @@
53
// Agent / Priority change: Popover menu
54
$(".jquery_popover")
55
.popover({
56
- html: true
+ html: true,
57
+ sanitize: false
58
})
59
.click(function(e){
60
e.preventDefault();
0 commit comments