We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48e2e75 + 847ebb2 commit a22d68eCopy full SHA for a22d68e
web/js/pages/edit_server.js
@@ -1,12 +1,3 @@
1
-$(document).ready(function(){
2
- $('select[name=v_filemanager]').change(function(){
3
- if($(this).val() == 'yes'){
4
- $('.filemanager.description').show();
5
- } else {
6
- $('.filemanager.description').hide();
7
- }
8
- });
9
-
10
$('select[name=v_sftp]').change(function(){
11
if($(this).val() == 'yes'){
12
$('.sftp.description').show();
@@ -15,14 +6,6 @@ $(document).ready(function(){
15
}
16
});
17
18
- $('select[name=v_softaculous]').change(function(){
19
20
- $('.softaculous.description').show();
21
22
- $('.softaculous.description').hide();
23
24
25
26
$('input[name=v_mail_relay]').change(function(){
27
if($(this).is(':checked')){
28
$('.mail-relay').show();
0 commit comments