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

Merge tag '3.0.2' into develop

Version 3.0.2
parents 448bf935 57f9f538
Branches
Tags 3.0.3
No related merge requests found
Pipeline #5358 failed
......@@ -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