Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lib
unicaen
auth
Commits
57f9f538
Commit
57f9f538
authored
Sep 24, 2019
by
David Surville
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'popover-bootstrap-3.4'
parents
7e159b7b
8b217869
Pipeline
#5331
failed with stage
in 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/UnicaenAuth/View/Helper/UserCurrent.php
src/UnicaenAuth/View/Helper/UserCurrent.php
+1
-2
No files found.
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
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