mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 19:49:54 +00:00
Rebuild frontend.
This commit is contained in:
3
public/v1/js/ff/recurring/create.js
vendored
3
public/v1/js/ff/recurring/create.js
vendored
@@ -198,6 +198,7 @@ function updateFormFields() {
|
||||
|
||||
// show budget
|
||||
$('#budget_id_holder').show();
|
||||
$('#bill_id_holder').show();
|
||||
|
||||
// hide piggy bank:
|
||||
$('#piggy_bank_id_holder').hide();
|
||||
@@ -214,6 +215,7 @@ function updateFormFields() {
|
||||
|
||||
$('#destination_id_holder').show();
|
||||
$('#budget_id_holder').hide();
|
||||
$('#bill_id_holder').hide();
|
||||
$('#piggy_bank_id_holder').hide();
|
||||
}
|
||||
|
||||
@@ -228,6 +230,7 @@ function updateFormFields() {
|
||||
|
||||
$('#destination_id_holder').show();
|
||||
$('#budget_id_holder').hide();
|
||||
$('#bill_id_holder').hide();
|
||||
$('#piggy_bank_id_holder').show();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user