summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
diff options
context:
space:
mode:
authorjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2023-03-15 17:57:06 +0100
committerjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2023-03-16 12:10:45 +0100
commitb698cb2e8c3293ddbe15607417a310ea948c77f3 (patch)
tree21ca4352dad36c532934c0890f88e0bd587e0eb9 /apps/user_ldap/js
parent95eefd38eb69a41aaa9e8e5800e0f88756df37f4 (diff)
downloadnextcloud-server-b698cb2e8c3293ddbe15607417a310ea948c77f3.tar.gz
nextcloud-server-b698cb2e8c3293ddbe15607417a310ea948c77f3.zip
Replace custom tooltips with native ones and add description to all elements which have `title`
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/user_ldap/js')
-rw-r--r--apps/user_ldap/js/wizard/view.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/js/wizard/view.js b/apps/user_ldap/js/wizard/view.js
index 8a530c17e4f..5917dbf44c9 100644
--- a/apps/user_ldap/js/wizard/view.js
+++ b/apps/user_ldap/js/wizard/view.js
@@ -356,7 +356,6 @@ OCA = OCA || {};
this.$settings.tabs({});
$('#ldapSettings button:not(.icon-default-style):not(.ui-multiselect)').button();
$('#ldapSettings').tabs({ beforeActivate: this.onTabChange });
- $('#ldapSettings :input').tooltip({placement: "right", container: "body", trigger: "hover"});
this.initControls();
this.disableTabs();