Update webssh.js

pull/350/head
midoks 2 years ago
parent d3db79a4ed
commit f32ba65596
  1. 2
      plugins/webssh/js/webssh.js

@ -438,7 +438,6 @@ function webShell_addServer(){
success:function(){ success:function(){
$('.auth_type_checkbox').click(function(){ $('.auth_type_checkbox').click(function(){
var ctype = $(this).attr('data-ctype'); var ctype = $(this).attr('data-ctype');
$('.auth_type_checkbox').removeClass('btn-success'); $('.auth_type_checkbox').removeClass('btn-success');
$(this).addClass('btn-success'); $(this).addClass('btn-success');
@ -451,7 +450,6 @@ function webShell_addServer(){
$('.c_password_view').removeClass('show').addClass('hide'); $('.c_password_view').removeClass('show').addClass('hide');
$('.c_pkey_view').removeClass('show').addClass('show'); $('.c_pkey_view').removeClass('show').addClass('show');
$('.key_pwd_line').removeClass('show').addClass('show'); $('.key_pwd_line').removeClass('show').addClass('show');
} }
}); });
}, },

Loading…
Cancel
Save