summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index e76bb2d..9b94f4e 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -640,7 +640,7 @@ $group->add(new Form_Button(
'Select a container',
null,
'fa-search'
-))->addClass('btn-info');
+))->setAttribute('type','button')->addClass('btn-info');
$section->add($group);
@@ -959,7 +959,6 @@ events.push(function() {
<?php endif; ?>
hideClass('ldapanon', $('#ldap_anon').prop('checked'));
- $("#Select").prop('type','button');
hideClass('extended', !$('#ldap_extended_enabled').prop('checked'));
if($('#ldap_port').val() == "")
OpenPOWER on IntegriCloud