Renamed the accounting-selector-modal class to accounting-account-selector-modal in the account selector.
This commit is contained in:
parent
08dc24605d
commit
20cb5cecc4
@ -480,7 +480,7 @@ function updateBalance(currencyIndex, entryType) {
|
|||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
function initializeAccountSelectors() {
|
function initializeAccountSelectors() {
|
||||||
const selectors = Array.from(document.getElementsByClassName("accounting-selector-modal"));
|
const selectors = Array.from(document.getElementsByClassName("accounting-account-selector-modal"));
|
||||||
const formAccountControl = document.getElementById("accounting-entry-form-account-control");
|
const formAccountControl = document.getElementById("accounting-entry-form-account-control");
|
||||||
const formAccount = document.getElementById("accounting-entry-form-account");
|
const formAccount = document.getElementById("accounting-entry-form-account");
|
||||||
for (const selector of selectors) {
|
for (const selector of selectors) {
|
||||||
|
@ -19,7 +19,7 @@ account-selector-modal.html: The modal for the account selector
|
|||||||
Author: imacat@mail.imacat.idv.tw (imacat)
|
Author: imacat@mail.imacat.idv.tw (imacat)
|
||||||
First written: 2023/2/25
|
First written: 2023/2/25
|
||||||
#}
|
#}
|
||||||
<div id="accounting-{{ entry_type }}-account-selector-modal" class="modal fade accounting-selector-modal" data-prefix="accounting-{{ entry_type }}-account" tabindex="-1" aria-labelledby="accounting-{{ entry_type }}-account-selector-modal-label" aria-hidden="true">
|
<div id="accounting-{{ entry_type }}-account-selector-modal" class="modal fade accounting-account-selector-modal" data-prefix="accounting-{{ entry_type }}-account" tabindex="-1" aria-labelledby="accounting-{{ entry_type }}-account-selector-modal-label" aria-hidden="true">
|
||||||
<div class="modal-dialog">
|
<div class="modal-dialog">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
|
Loading…
Reference in New Issue
Block a user