Skip to content
Snippets Groups Projects
Commit 57f9f538 authored by David Surville's avatar David Surville
Browse files

Merge branch 'popover-bootstrap-3.4'

parents 7e159b7b 8b217869
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,6 @@ class UserCurrent extends UserAbstract
title="$title"
data-placement="bottom"
data-toggle="popover"
data-html="true"
data-content="$content"
href="#">$status</a>
EOS;
......@@ -84,7 +83,7 @@ EOS;
$js = <<<EOS
$(function() {
$("#$id").popover({ html: true, container: '#navbar' });
$("#$id").popover({ html: true, sanitize: false, container: '#navbar' });
});
EOS;
$this->getView()->plugin('inlineScript')->offsetSetScript(1000, $js);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment