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

Correction du popover de sélection du profil permettant l'utilisation de bootstrap 3.4.1

parent 7e159b7b
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