summaryrefslogtreecommitdiffstats
path: root/settings/js/admin.js
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-07-13 09:59:42 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-07-13 09:59:42 +0200
commitcf79417490c5b093165f68f57effc44780844e22 (patch)
tree4b2045d86ef071ad8606f9d34a2562514b128520 /settings/js/admin.js
parente9eb94e8995f5c845868bd4e099f8eb591204943 (diff)
downloadnextcloud-server-cf79417490c5b093165f68f57effc44780844e22.tar.gz
nextcloud-server-cf79417490c5b093165f68f57effc44780844e22.zip
Use tooltip for background job execution time
Diffstat (limited to 'settings/js/admin.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')){