add tooltip to ldap server wizard

This commit is contained in:
Hendrik Leppelsack 2015-10-21 14:37:42 +02:00
parent 122f8d831b
commit 1e9abb4964
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ OCA = OCA || {};
$('.ldap_submit').button();
$('.ldap_action_test_connection').button();
$('#ldapSettings').tabs({ beforeActivate: this.onTabChange });
$('#ldapSettings :input').tooltip({placement: "right", container: "body", trigger: "hover"});
this.initControls();
this.disableTabs();