mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
Partial JS focus [skip ci]
This commit is contained in:
parent
9fa0e37a5d
commit
0f0f912370
@ -68,7 +68,9 @@ function updateNativeCurrency() {
|
||||
|
||||
$('.currency-option[data-id="' + nativeCurrencyId + '"]').click();
|
||||
$('[data-toggle="dropdown"]').parent().removeClass('open');
|
||||
//$('select[name="source_account_id"]').focus();
|
||||
if (what !== 'transfer') {
|
||||
$('select[name="source_account_id"]').focus();
|
||||
}
|
||||
|
||||
validateCurrencyForTransfer();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user