diff --git a/core/js/backgroundjobs.js b/core/js/backgroundjobs.js
index c3100792e9e54d3d4514860c013c9bb8aa3dfde3..8d51d519c8d4380b1c4a165aab594f68c83aa026 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'
+	});
 });