Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christophe Turbout
auth
Commits
613dbe9f
Commit
613dbe9f
authored
Sep 24, 2019
by
David Surville
Browse files
Merge tag '3.0.2' into develop
Version 3.0.2
parents
448bf935
57f9f538
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/Helper/UserCurrent.php
View file @
613dbe9f
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment