Added a missing semicolon in account-form.js.
This commit is contained in:
parent
9f9c40c30e
commit
9920377266
@ -23,7 +23,7 @@
|
||||
|
||||
// Initializes the page JavaScript.
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
initializeBaseAccountSelector()
|
||||
initializeBaseAccountSelector();
|
||||
document.getElementById("account-base-code")
|
||||
.onchange = validateBase;
|
||||
document.getElementById("account-title")
|
||||
|
Loading…
Reference in New Issue
Block a user