diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-13 09:12:53 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-08-13 09:12:53 +0200 |
commit | 970440f604f262df69bce904ea68b349649fa071 (patch) | |
tree | 52b82e2a753b35eb56077e154d0add12bbf9fe1e /apps/files/js/files.js | |
parent | 6f909b19cc8f9a264921289f2d6e80a5be919037 (diff) | |
parent | e5444a1a5d888e4665cfa0d724fcac1d999071fe (diff) | |
download | nextcloud-server-970440f604f262df69bce904ea68b349649fa071.tar.gz nextcloud-server-970440f604f262df69bce904ea68b349649fa071.zip |
Merge pull request #18122 from owncloud/replace-tipsy
Replace tipsy with tooltip
Diffstat (limited to 'apps/files/js/files.js')
-rw-r--r-- | apps/files/js/files.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 19cc3b26e44..f1de717c7d5 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -265,6 +265,8 @@ $('#webdavurl').select(); }); + $('#upload').tooltip({placement:'right'}); + //FIXME scroll to and highlight preselected file /* if (getURLParameter('scrollto')) { |