diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-04-23 18:57:06 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-04-25 20:35:30 +0200 |
commit | a82d709f87a852dd6b2501c581d50d32f5cf2f0d (patch) | |
tree | 00ad4020257ef5cf8c735ca1bf2739fb0b2ba8a9 /apps/user_ldap/js/settings.js | |
parent | e1cd690a7c26f5fca0e512b9b04873254f0b49ef (diff) | |
download | nextcloud-server-a82d709f87a852dd6b2501c581d50d32f5cf2f0d.tar.gz nextcloud-server-a82d709f87a852dd6b2501c581d50d32f5cf2f0d.zip |
don't forget new JS file
Diffstat (limited to 'apps/user_ldap/js/settings.js')
-rw-r--r-- | apps/user_ldap/js/settings.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/js/settings.js b/apps/user_ldap/js/settings.js new file mode 100644 index 00000000000..cae9655e3df --- /dev/null +++ b/apps/user_ldap/js/settings.js @@ -0,0 +1,3 @@ +$(document).ready(function() { + $('#ldapSettings').tabs(); +});
\ No newline at end of file |