mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-06 04:20:48 +00:00
Some code cleanup.
This commit is contained in:
@@ -122,7 +122,7 @@ function convertForeignToNative() {
|
||||
function updateNativeAmount(data) {
|
||||
// if native amount is already filled in, even though we do this for the first time:
|
||||
// don't overrule it.
|
||||
if(countConversions === 0 && $('#ffInput_native_amount').val().length > 0) {
|
||||
if (countConversions === 0 && $('#ffInput_native_amount').val().length > 0) {
|
||||
countConversions++;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user