Skip to content
Snippets Groups Projects
Commit d47b11c9 authored by Daniel's avatar Daniel
Browse files

FIX: Tour (newer bootstrap version) did not allow HTML in popover.

parent 00743d1e
No related branches found
No related tags found
No related merge requests found
...@@ -630,6 +630,7 @@ var tour = new function() { ...@@ -630,6 +630,7 @@ var tour = new function() {
content: markdown_content, content: markdown_content,
placement: placement, placement: placement,
html: true, html: true,
sanitize: false,
trigger: 'manual', trigger: 'manual',
template: popover_template, template: popover_template,
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment