diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2022-12-15 11:01:57 +0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2022-12-28 13:54:40 +0000 |
commit | 101989ae650faf3ffe254bd447b0b128e21d9373 (patch) | |
tree | 9b9451ba0fbbd3b90422efe9083b65f7845307dd /apps/files_sharing/src | |
parent | 8d53b82a2d2986241b621f12e59287a73db0d357 (diff) | |
download | nextcloud-server-101989ae650faf3ffe254bd447b0b128e21d9373.tar.gz nextcloud-server-101989ae650faf3ffe254bd447b0b128e21d9373.zip |
Replace custom tooltips with native ones in files_sharing
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/share.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/src/share.js b/apps/files_sharing/src/share.js index 93891cbf287..be003d51fa4 100644 --- a/apps/files_sharing/src/share.js +++ b/apps/files_sharing/src/share.js @@ -377,7 +377,6 @@ import { getCapabilities } from '@nextcloud/capabilities' avatarElement.each(function() { $(this).avatar($(this).data('username'), 32) }) - action.find('span[title]').tooltip({ placement: 'top' }) } } else { action.html('<span class="hidden-visually">' + t('files_sharing', 'Shared') + '</span>').prepend(icon) @@ -511,7 +510,6 @@ import { getCapabilities } from '@nextcloud/capabilities' avatarElement.each(function() { $(this).avatar($(this).data('username'), 32) }) - action.find('span[title]').tooltip({ placement: 'top' }) } } else { action.html('<span class="hidden-visually">' + t('files_sharing', 'Shared') + '</span>').prepend(icon) |