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

@ -647,6 +647,7 @@
$('#activity-instance-' + session_key + ' [data-toggle=tooltip]').tooltip({ container: 'body', placement: 'right', delay: 50 });
$('#activity-instance-' + session_key + ' [data-toggle=popover]').popover({
html: true,
sanitize: false,
container: 'body',
trigger: 'hover',
placement: 'right',