|
|
@@ -1,12 +1,3 @@
|
|
|
-$(document).ready(function(){
|
|
|
- $('select[name=v_filemanager]').change(function(){
|
|
|
- if($(this).val() == 'yes'){
|
|
|
- $('.filemanager.description').show();
|
|
|
- } else {
|
|
|
- $('.filemanager.description').hide();
|
|
|
- }
|
|
|
- });
|
|
|
-
|
|
|
$('select[name=v_sftp]').change(function(){
|
|
|
if($(this).val() == 'yes'){
|
|
|
$('.sftp.description').show();
|
|
|
@@ -15,14 +6,6 @@ $(document).ready(function(){
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- $('select[name=v_softaculous]').change(function(){
|
|
|
- if($(this).val() == 'yes'){
|
|
|
- $('.softaculous.description').show();
|
|
|
- } else {
|
|
|
- $('.softaculous.description').hide();
|
|
|
- }
|
|
|
- });
|
|
|
-
|
|
|
$('input[name=v_mail_relay]').change(function(){
|
|
|
if($(this).is(':checked')){
|
|
|
$('.mail-relay').show();
|