mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
JS setup fix
This commit is contained in:
parent
181fc44a2d
commit
87f7218b87
@ -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…
Reference in New Issue
Block a user