mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Code cleanup.
This commit is contained in:
1
public/js/ff/index.js
vendored
1
public/js/ff/index.js
vendored
@@ -127,6 +127,5 @@ function getBalanceBox() {
|
||||
$('#box-balance-list').html(current + '<span title="' + string + '">' + string + '</span>' + '<br>');
|
||||
count++;
|
||||
}
|
||||
return;
|
||||
});
|
||||
}
|
4
public/js/ff/transactions/single/create.js
vendored
4
public/js/ff/transactions/single/create.js
vendored
@@ -83,8 +83,6 @@ function selectsDifferentSource() {
|
||||
$('.currency-option[data-id="' + sourceCurrency + '"]').click();
|
||||
$('[data-toggle="dropdown"]').parent().removeClass('open');
|
||||
$('select[name="source_account_id"]').focus();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -107,8 +105,6 @@ function selectsDifferentDestination() {
|
||||
$('.currency-option[data-id="' + destinationCurrency + '"]').click();
|
||||
$('[data-toggle="dropdown"]').parent().removeClass('open');
|
||||
$('select[name="destination_account_id"]').focus();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user