mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 02:18:20 +00:00
Remove focus thing
This commit is contained in:
@@ -68,7 +68,7 @@ function updateNativeCurrency() {
|
||||
|
||||
$('.currency-option[data-id="' + nativeCurrencyId + '"]').click();
|
||||
$('[data-toggle="dropdown"]').parent().removeClass('open');
|
||||
$('select[name="source_account_id"]').focus();
|
||||
//$('select[name="source_account_id"]').focus();
|
||||
|
||||
validateCurrencyForTransfer();
|
||||
}
|
||||
|
Reference in New Issue
Block a user