summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js')
-rw-r--r--core/js/backgroundjobs.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/js/backgroundjobs.js b/core/js/backgroundjobs.js
index c3100792e9e..8d51d519c8d 100644
--- a/core/js/backgroundjobs.js
+++ b/core/js/backgroundjobs.js
@@ -23,5 +23,7 @@
$(document).ready(function(){
$.get( OC.webroot+'/cron.php' );
- $('.section .icon-info').tipsy({gravity: 'w'});
+ $('.section .icon-info').tooltip({
+ placement: 'right'
+ });
});