Fix popovers with images

Fixes #1391
This commit is contained in:
JonnyWong16 2021-03-14 14:08:13 -07:00
parent b7d0a466e7
commit 5cc510616f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
4 changed files with 5 additions and 0 deletions

View file

@ -483,6 +483,7 @@ function childTableOptions(rowData) {
$('.watched-tooltip').tooltip({ container: 'body' });
$('.thumb-tooltip').popover({
html: true,
sanitize: false,
container: 'body',
trigger: 'hover',
placement: 'right',