diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-11-05 13:43:50 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-11-05 16:32:07 +0100 |
commit | d9d8f7e569c11d5e31f8113519a6ff8a94130ffa (patch) | |
tree | 10eff3e99e81715890133ef00d996192d2734dea /apps/user_ldap/js/wizard/view.js | |
parent | 8bffc847665a4f4891a5594896420e2be8c37394 (diff) | |
download | nextcloud-server-d9d8f7e569c11d5e31f8113519a6ff8a94130ffa.tar.gz nextcloud-server-d9d8f7e569c11d5e31f8113519a6ff8a94130ffa.zip |
make all the buttons beautiful
Diffstat (limited to 'apps/user_ldap/js/wizard/view.js')
-rw-r--r-- | apps/user_ldap/js/wizard/view.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_ldap/js/wizard/view.js b/apps/user_ldap/js/wizard/view.js index 3d994af652d..39133554121 100644 --- a/apps/user_ldap/js/wizard/view.js +++ b/apps/user_ldap/js/wizard/view.js @@ -349,8 +349,7 @@ OCA = OCA || {}; render: function () { $('#ldapAdvancedAccordion').accordion({ heightStyle: 'content', animate: 'easeInOutCirc'}); this.$settings.tabs({}); - $('.ldap_submit').button(); - $('.ldap_action_test_connection').button(); + $('#ldapSettings button:not(.icon-default-style):not(.ui-multiselect)').button(); $('#ldapSettings').tabs({ beforeActivate: this.onTabChange }); $('#ldapSettings :input').tooltip({placement: "right", container: "body", trigger: "hover"}); |