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
bdb6d673
Commit
bdb6d673
authored
Apr 29, 2014
by
Bertrand Gauthier
Browse files
Installation tooltip B3.
parent
61925c6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenAuth/View/Helper/UserProfileSelect.php
View file @
bdb6d673
...
...
@@ -81,9 +81,11 @@ class UserProfileSelect extends UserAbstract
$html
.
=
<<<EOS
<script>
$(function() {
$("input.$inputClass").change(function() {
$("body *").css('cursor', 'wait');
$.post("$url", $(".$formClass").serializeArray(), function() { location.reload(); }); } );
$("input.$inputClass")
.change(function() {
$("body *").css('cursor', 'wait');
$.post("$url", $(".$formClass").serializeArray(), function() { location.reload(); }); })
.tooltip({ delay: 500, placement: 'left' });
});
</script>
EOS;
...
...
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