Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
57f9f538
Commit
57f9f538
authored
Sep 24, 2019
by
David Surville
Browse files
Merge branch 'popover-bootstrap-3.4'
parents
7e159b7b
8b217869
Pipeline
#5331
failed with stage
in 9 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/Helper/UserCurrent.php
View file @
57f9f538
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new 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