Commit 57f9f538 authored by David Surville's avatar David Surville
Browse files

Merge branch 'popover-bootstrap-3.4'

parents 7e159b7b 8b217869
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);