diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-03-15 17:57:06 +0100 |
---|---|---|
committer | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-03-24 09:06:08 +0100 |
commit | 92912679153dcef7fd6d6365b26d412fe43faaaa (patch) | |
tree | fbecc62bd66e67cb8998aac841050b0a0105fe53 /apps/user_ldap/js | |
parent | f06367082824010dea74930077c49c4151df4702 (diff) | |
download | nextcloud-server-92912679153dcef7fd6d6365b26d412fe43faaaa.tar.gz nextcloud-server-92912679153dcef7fd6d6365b26d412fe43faaaa.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.js | 1 |
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(); |