From a2c2452ec587c1e6ac536c534c70f0738ec9ce7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Fri, 10 Mar 2023 12:00:53 +0800 Subject: [PATCH] Added a missing blank line to the JavaScript AccountSelector class. --- src/accounting/static/js/account-selector.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/accounting/static/js/account-selector.js b/src/accounting/static/js/account-selector.js index d8bb044..9f9bb6e 100644 --- a/src/accounting/static/js/account-selector.js +++ b/src/accounting/static/js/account-selector.js @@ -230,6 +230,7 @@ class AccountSelector { const formAccountControl = document.getElementById("accounting-entry-form-account-control"); formAccountControl.onclick = () => this.#selectors[entryForm.dataset.entryType].initShow(); } + /** * Initializes the account selector for the journal entry form. *x