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
5179a7c4
Commit
5179a7c4
authored
Jan 15, 2014
by
Bertrand Gauthier
Browse files
Correction erreur lors de la résolution du conflit.
parent
0cd7abdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/Helper/UserCurrent.php
View file @
5179a7c4
...
...
@@ -70,12 +70,11 @@ class UserCurrent extends UserAbstract
href="#">$status</a>
EOS;
$out
.
=
PHP_EOL
;
$out
.
=
<<<EOS
<script type="text/javascript">
$(function() {
$("#$id").popover({ html: true, container: '#navbar' });
});
</script>
$js
=
<<<EOS
$(function() {
$("#$id").popover({ html: true, 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