Added a missing blank line to the JavaScript AccountSelector class.
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user