diff --git a/app/assets/javascripts/discourse/app/lib/d-popover.js b/app/assets/javascripts/discourse/app/lib/d-popover.js index 19e47c1ca00..5438fc885ea 100644 --- a/app/assets/javascripts/discourse/app/lib/d-popover.js +++ b/app/assets/javascripts/discourse/app/lib/d-popover.js @@ -16,8 +16,7 @@ const D_ARROW_HEIGHT = 10; const D_HORIZONTAL_MARGIN = 5; -export const POPOVER_SELECTORS = - "[data-html-popover], [data-html-tooltip], [data-popover], [data-tooltip]"; +export const POPOVER_SELECTORS = "[data-popover], [data-tooltip]"; export function hidePopover() { getPopover().fadeOut().remove(); @@ -55,11 +54,6 @@ export function showPopover(event, options = {}) { } function setPopoverHtmlContent($enteredElement, content) { - content = - content || - $enteredElement.attr("data-html-popover") || - $enteredElement.attr("data-html-tooltip"); - replaceHtmlContent($enteredElement, content); } diff --git a/app/assets/javascripts/discourse/tests/unit/lib/sanitizer-test.js b/app/assets/javascripts/discourse/tests/unit/lib/sanitizer-test.js index 27aac256de3..f148bdb36b0 100644 --- a/app/assets/javascripts/discourse/tests/unit/lib/sanitizer-test.js +++ b/app/assets/javascripts/discourse/tests/unit/lib/sanitizer-test.js @@ -136,6 +136,11 @@ module("Unit | Utility | sanitizer", function () { ); cooked(`