diff --git a/apps/user_ldap/js/settings.js b/apps/user_ldap/js/settings.js new file mode 100644 index 0000000000000000000000000000000000000000..cae9655e3df5354529c5514ae105808bb8bf505e --- /dev/null +++ b/apps/user_ldap/js/settings.js @@ -0,0 +1,3 @@ +$(document).ready(function() { + $('#ldapSettings').tabs(); +}); \ No newline at end of file