Added a missing blank line to the JavaScript AccountSelector class.
This commit is contained in:
parent
5194258b48
commit
a2c2452ec5
@ -230,6 +230,7 @@ class AccountSelector {
|
|||||||
const formAccountControl = document.getElementById("accounting-entry-form-account-control");
|
const formAccountControl = document.getElementById("accounting-entry-form-account-control");
|
||||||
formAccountControl.onclick = () => this.#selectors[entryForm.dataset.entryType].initShow();
|
formAccountControl.onclick = () => this.#selectors[entryForm.dataset.entryType].initShow();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes the account selector for the journal entry form.
|
* Initializes the account selector for the journal entry form.
|
||||||
*x
|
*x
|
||||||
|
Loading…
Reference in New Issue
Block a user