aboutsummaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/admin.js b/settings/js/admin.js
index 34e258065ce..fb59b3ba026 100644
--- a/settings/js/admin.js
+++ b/settings/js/admin.js
@@ -35,7 +35,7 @@ $(document).ready(function(){
} );
});
- $('#backgroundjobs span.crondate').tipsy({gravity: 's', live: true});
+ $('#backgroundjobs span.crondate').tooltip({placement: 'top'});
$('#backgroundjobs input').change(function(){
if($(this).is(':checked')){