summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
diff options
context:
space:
mode:
authorChristopher <kondou@ts.unde.re>2013-08-20 12:45:10 -0700
committerChristopher <kondou@ts.unde.re>2013-08-20 12:45:10 -0700
commit90da518e3e24e088db9e2c7b356fda74266d004d (patch)
tree90a70e40faac859f7a926ece109a40c9a915e10a /apps/user_ldap/js
parentde949b1caa4491a8016ed5e609fc781526fea54d (diff)
parentedd92e4c09151238a89816186914f9382293ab9b (diff)
downloadnextcloud-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/js')
-rw-r--r--apps/user_ldap/js/settings.js2
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'});