mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Partial JS focus [skip ci]
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user