Alexandros Ioannides пре 7 година
родитељ
комит
847ebb251f
1 измењених фајлова са 0 додато и 17 уклоњено
  1. 0 17
      web/js/pages/edit_server.js

+ 0 - 17
web/js/pages/edit_server.js

@@ -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();