Loading src/UnicaenAuth/View/Helper/UserCurrent.php +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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); Loading Loading
src/UnicaenAuth/View/Helper/UserCurrent.php +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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); Loading