From 65dc958418a2e54b3a9cc591fd109308b9fd8397 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 9 Apr 2015 10:57:15 +0200 Subject: add admin documentation hints to Federated Cloud Sharing and cron --- core/js/backgroundjobs.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/js') diff --git a/core/js/backgroundjobs.js b/core/js/backgroundjobs.js index 4a558a66b4b..c3100792e9e 100644 --- a/core/js/backgroundjobs.js +++ b/core/js/backgroundjobs.js @@ -22,4 +22,6 @@ // start worker once page has loaded $(document).ready(function(){ $.get( OC.webroot+'/cron.php' ); + + $('.section .icon-info').tipsy({gravity: 'w'}); }); -- cgit v1.2.3