summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-09 12:12:53 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-04-09 12:12:53 +0200
commitc840c182526b9f178d312bf8519a8179ad5e968c (patch)
treee44cc49d90bae4b55e9c32a6751432ad13496d0f /core
parentdbbb2546e00e7fe0937fb336320c4ee676e08e79 (diff)
parent65dc958418a2e54b3a9cc591fd109308b9fd8397 (diff)
downloadnextcloud-server-c840c182526b9f178d312bf8519a8179ad5e968c.tar.gz
nextcloud-server-c840c182526b9f178d312bf8519a8179ad5e968c.zip
Merge pull request #15499 from owncloud/admin-hints
add admin documentation hints to Federated Cloud Sharing and cron
Diffstat (limited to 'core')
-rw-r--r--core/js/backgroundjobs.js2
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'});
});