Partial JS focus [skip ci]

This commit is contained in:
James Cole 2017-05-12 06:21:26 +02:00
parent 9fa0e37a5d
commit 0f0f912370
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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();
}