mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-15 19:22:08 -06:00
Remove focus thing
This commit is contained in:
parent
f68d33870b
commit
7f082ea389
@ -158,7 +158,7 @@ function validateCurrencyForTransfer() {
|
||||
$('#source_amount_holder').show().find('.non-selectable-currency-symbol').text(sourceSymbol);
|
||||
|
||||
if (sourceCurrency === destinationCurrency) {
|
||||
console.log('Both accounts accept ' + sourceCurrency);
|
||||
console.log('Both accounts accept #' + sourceCurrency);
|
||||
$('#destination_amount_holder').hide();
|
||||
$('#amount_holder').hide();
|
||||
return;
|
||||
|
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user