do not hide nameserver settings via js if email-only is selected for the domain; fixes #1248
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -73,7 +73,6 @@ export default function () {
|
|||||||
$('#section_b').hide();
|
$('#section_b').hide();
|
||||||
$('#section_bssl').hide();
|
$('#section_bssl').hide();
|
||||||
$('#section_c').hide();
|
$('#section_c').hide();
|
||||||
$('#section_d').hide();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -85,13 +84,11 @@ export default function () {
|
|||||||
$('#section_b').hide();
|
$('#section_b').hide();
|
||||||
$('#section_bssl').hide();
|
$('#section_bssl').hide();
|
||||||
$('#section_c').hide();
|
$('#section_c').hide();
|
||||||
$('#section_d').hide();
|
|
||||||
} else {
|
} else {
|
||||||
// show sections
|
// show sections
|
||||||
$('#section_b').show();
|
$('#section_b').show();
|
||||||
$('#section_bssl').show();
|
$('#section_bssl').show();
|
||||||
$('#section_c').show();
|
$('#section_c').show();
|
||||||
$('#section_d').show();
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user