Skip to content
Snippets Groups Projects
Commit bdb6d673 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Installation tooltip B3.

parent 61925c6e
Branches
Tags
No related merge requests found
...@@ -81,9 +81,11 @@ class UserProfileSelect extends UserAbstract ...@@ -81,9 +81,11 @@ class UserProfileSelect extends UserAbstract
$html .= <<<EOS $html .= <<<EOS
<script> <script>
$(function() { $(function() {
$("input.$inputClass").change(function() { $("input.$inputClass")
.change(function() {
$("body *").css('cursor', 'wait'); $("body *").css('cursor', 'wait');
$.post("$url", $(".$formClass").serializeArray(), function() { location.reload(); }); } ); $.post("$url", $(".$formClass").serializeArray(), function() { location.reload(); }); })
.tooltip({ delay: 500, placement: 'left' });
}); });
</script> </script>
EOS; EOS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment