diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index 132a3057..60bed63f 100644 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -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', diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html index 5ac489a9..3f04de86 100644 --- a/data/interfaces/default/info.html +++ b/data/interfaces/default/info.html @@ -954,6 +954,7 @@ DOCUMENTATION :: END $('#channel-icon').popover({ selector: '[data-toggle=popover]', html: true, + sanitize: false, container: 'body', trigger: 'hover', placement: 'right', @@ -1089,6 +1090,7 @@ DOCUMENTATION :: END $('#hosted-poster').popover({ selector: '[data-toggle=popover]', html: true, + sanitize: false, container: 'body', trigger: 'hover', placement: 'top', diff --git a/data/interfaces/default/js/tables/history_table.js b/data/interfaces/default/js/tables/history_table.js index 8fa33738..aaf70839 100644 --- a/data/interfaces/default/js/tables/history_table.js +++ b/data/interfaces/default/js/tables/history_table.js @@ -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', diff --git a/data/interfaces/default/js/tables/media_info_table.js b/data/interfaces/default/js/tables/media_info_table.js index 54080532..5f06555f 100644 --- a/data/interfaces/default/js/tables/media_info_table.js +++ b/data/interfaces/default/js/tables/media_info_table.js @@ -382,6 +382,7 @@ function childTableOptionsMedia(rowData) { $('.media-type-tooltip').tooltip(); $('.thumb-tooltip').popover({ html: true, + sanitize: false, container: 'body', trigger: 'hover', placement: 'right',