mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Small JS fixes [skip ci]
This commit is contained in:
@@ -79,7 +79,6 @@ function updateForm() {
|
||||
}
|
||||
|
||||
break;
|
||||
default:
|
||||
case 'transfer':
|
||||
// show source_id and dest_id:
|
||||
$('#source_account_id_holder').show();
|
||||
@@ -98,6 +97,9 @@ function updateForm() {
|
||||
$('#piggy_bank_id_holder').show();
|
||||
}
|
||||
break;
|
||||
default:
|
||||
// no action.
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user