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
613dbe9f
Commit
613dbe9f
authored
Sep 24, 2019
by
David Surville
Browse files
Options
Browse Files
Download
Plain Diff
Merge tag '3.0.2' into develop
Version 3.0.2
parents
448bf935
57f9f538
Pipeline
#5358
failed with stage
in 9 seconds
Changes
1
Pipelines
3
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 @
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