diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 10:57:15 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 12:07:05 +0200 |
commit | 65dc958418a2e54b3a9cc591fd109308b9fd8397 (patch) | |
tree | 6bffd4e912ee07572443c765f173054db94b2049 /core | |
parent | ba52f6f8fc0d88000332e9e64c48a56c526823d9 (diff) | |
download | nextcloud-server-65dc958418a2e54b3a9cc591fd109308b9fd8397.tar.gz nextcloud-server-65dc958418a2e54b3a9cc591fd109308b9fd8397.zip |
add admin documentation hints to Federated Cloud Sharing and cron
Diffstat (limited to 'core')
-rw-r--r-- | core/js/backgroundjobs.js | 2 |
1 files changed, 2 insertions, 0 deletions
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'}); }); |