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
db20707b
Commit
db20707b
authored
Jan 10, 2014
by
Bertrand Gauthier
Browse files
Utilsation du proxy "plugin()" pour testabilité.
parent
00b11a2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/Helper/UserCurrent.php
View file @
db20707b
...
...
@@ -76,7 +76,7 @@ $(function() {
$("#$id").popover({ html: true, container: '#navbar' });
});
EOS;
$this
->
getView
()
->
inlineScript
(
)
->
offsetSetScript
(
1000
,
$js
);
$this
->
getView
()
->
plugin
(
'
inlineScript
'
)
->
offsetSetScript
(
1000
,
$js
);
return
$out
;
}
...
...
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