Fix popover poster in tables

This commit is contained in:
JonnyWong16 2021-03-07 12:04:48 -08:00
parent 5454a27ec0
commit 0e4de17853
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
9 changed files with 9 additions and 0 deletions

View file

@ -214,6 +214,7 @@ libraries_list_table_options = {
$('body').popover({
selector: '[data-toggle="popover"]',
html: true,
sanitize: false,
container: 'body',
trigger: 'hover',
placement: 'right',