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
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);