diff --git a/src/accounting/static/js/account-selector.js b/src/accounting/static/js/account-selector.js index 2268371..d8bb044 100644 --- a/src/accounting/static/js/account-selector.js +++ b/src/accounting/static/js/account-selector.js @@ -53,14 +53,6 @@ class AccountSelector { constructor(modal) { this.#entryType = modal.dataset.entryType; this.#prefix = "accounting-account-selector-" + modal.dataset.entryType; - this.#init(); - } - - /** - * Initializes the account selector. - * - */ - #init() { const formAccountControl = document.getElementById("accounting-entry-form-account-control"); const formAccount = document.getElementById("accounting-entry-form-account"); const more = document.getElementById(this.#prefix + "-more");