JS setup fix
This commit is contained in:
parent
181fc44a2d
commit
87f7218b87
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
|||
}
|
||||
|
||||
function mailDriverChange() {
|
||||
if ($("select[name='mail[driver]'").val() == 'mailgun') {
|
||||
if ($("select[name='mail[driver]']").val() == 'mailgun') {
|
||||
$("#standardMailSetup").hide();
|
||||
$("#standardMailSetup").children('select,input').prop('disabled',true);
|
||||
$("#mailgunMailSetup").show();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue