Remove focus thing

This commit is contained in:
James Cole
2017-05-06 10:20:27 +02:00
parent f68d33870b
commit 7f082ea389
2 changed files with 2 additions and 2 deletions

View File

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