diff options
author | Christopher <kondou@ts.unde.re> | 2013-08-20 12:45:10 -0700 |
---|---|---|
committer | Christopher <kondou@ts.unde.re> | 2013-08-20 12:45:10 -0700 |
commit | 90da518e3e24e088db9e2c7b356fda74266d004d (patch) | |
tree | 90a70e40faac859f7a926ece109a40c9a915e10a /apps/user_ldap | |
parent | de949b1caa4491a8016ed5e609fc781526fea54d (diff) | |
parent | edd92e4c09151238a89816186914f9382293ab9b (diff) | |
download | nextcloud-server-90da518e3e24e088db9e2c7b356fda74266d004d.tar.gz nextcloud-server-90da518e3e24e088db9e2c7b356fda74266d004d.zip |
Merge pull request #4262 from owncloud/fix_jslint_kondou
Fix some JSLint warnings
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/js/settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/js/settings.js b/apps/user_ldap/js/settings.js index 78ec71b70ad..20d6f76dcd6 100644 --- a/apps/user_ldap/js/settings.js +++ b/apps/user_ldap/js/settings.js @@ -120,7 +120,7 @@ var LdapConfiguration = { } ); } -} +}; $(document).ready(function() { $('#ldapAdvancedAccordion').accordion({ heightStyle: 'content', animate: 'easeInOutCirc'}); |