Skip to content
Snippets Groups Projects
Commit 77642535 authored by Lukas Reschke's avatar Lukas Reschke Committed by GitHub
Browse files

Merge pull request #389 from nextcloud/more-tooltip

Use tooltip for background jobs info tooltip
parents 27ba2888 2eb48426
No related branches found
No related tags found
No related merge requests found
...@@ -23,5 +23,7 @@ ...@@ -23,5 +23,7 @@
$(document).ready(function(){ $(document).ready(function(){
$.get( OC.webroot+'/cron.php' ); $.get( OC.webroot+'/cron.php' );
$('.section .icon-info').tipsy({gravity: 'w'}); $('.section .icon-info').tooltip({
placement: 'right'
});
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment