Merge pull request #389 from nextcloud/more-tooltip

Use tooltip for background jobs info tooltip
This commit is contained in:
Lukas Reschke 2016-07-13 14:02:56 +02:00 committed by GitHub
commit 77642535cd
1 changed files with 3 additions and 1 deletions

View File

@ -23,5 +23,7 @@
$(document).ready(function(){
$.get( OC.webroot+'/cron.php' );
$('.section .icon-info').tipsy({gravity: 'w'});
$('.section .icon-info').tooltip({
placement: 'right'
});
});