diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-07-13 12:51:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-13 12:51:15 +0200 |
commit | 27ba28880499a385fd1c16f925544baab854dac1 (patch) | |
tree | 059032f2fe1a0baaed741efd19c38553f81f1f28 /apps/federatedfilesharing/js/settings-admin.js | |
parent | afef11f84aef91178d5bb566d6e726f969fd69d9 (diff) | |
parent | 3c432a8afe5ae01fabd8e0615b2371060ac89604 (diff) | |
download | nextcloud-server-27ba28880499a385fd1c16f925544baab854dac1.tar.gz nextcloud-server-27ba28880499a385fd1c16f925544baab854dac1.zip |
Merge pull request #386 from nextcloud/use-tooltip-instead-of-tipsy
Use tooltip instead of tipsy
Diffstat (limited to 'apps/federatedfilesharing/js/settings-admin.js')
-rw-r--r-- | apps/federatedfilesharing/js/settings-admin.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/js/settings-admin.js b/apps/federatedfilesharing/js/settings-admin.js index 95578bff548..257c864b04f 100644 --- a/apps/federatedfilesharing/js/settings-admin.js +++ b/apps/federatedfilesharing/js/settings-admin.js @@ -8,5 +8,4 @@ $(document).ready(function() { OC.AppConfig.setValue('files_sharing', $(this).attr('name'), value); }); - $('.section .icon-info').tipsy({gravity: 'w'}); }); |