mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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);
|
$('#source_amount_holder').show().find('.non-selectable-currency-symbol').text(sourceSymbol);
|
||||||
|
|
||||||
if (sourceCurrency === destinationCurrency) {
|
if (sourceCurrency === destinationCurrency) {
|
||||||
console.log('Both accounts accept ' + sourceCurrency);
|
console.log('Both accounts accept #' + sourceCurrency);
|
||||||
$('#destination_amount_holder').hide();
|
$('#destination_amount_holder').hide();
|
||||||
$('#amount_holder').hide();
|
$('#amount_holder').hide();
|
||||||
return;
|
return;
|
||||||
|
@ -68,7 +68,7 @@ function updateNativeCurrency() {
|
|||||||
|
|
||||||
$('.currency-option[data-id="' + nativeCurrencyId + '"]').click();
|
$('.currency-option[data-id="' + nativeCurrencyId + '"]').click();
|
||||||
$('[data-toggle="dropdown"]').parent().removeClass('open');
|
$('[data-toggle="dropdown"]').parent().removeClass('open');
|
||||||
$('select[name="source_account_id"]').focus();
|
//$('select[name="source_account_id"]').focus();
|
||||||
|
|
||||||
validateCurrencyForTransfer();
|
validateCurrencyForTransfer();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user