mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Don't block the blockquotes
This commit is contained in:
parent
7120e92078
commit
35be571eed
@ -32,6 +32,7 @@ const btn = $.fn.button.noConflict();
|
||||
$.fn.btn = btn;
|
||||
|
||||
// Whitelist table elements so they can be used in popovers
|
||||
$.fn.popover.Constructor.Default.whiteList.blockquote = [];
|
||||
$.fn.popover.Constructor.Default.whiteList.table = [];
|
||||
$.fn.popover.Constructor.Default.whiteList.th = [];
|
||||
$.fn.popover.Constructor.Default.whiteList.tr = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user