Removed the unused #modal property from the JavaScript OriginalEntrySelector class.
This commit is contained in:
parent
884e37fe1b
commit
b9b197ea27
@ -34,12 +34,6 @@ class OriginalEntrySelector {
|
|||||||
*/
|
*/
|
||||||
#prefix = "accounting-original-entry-selector";
|
#prefix = "accounting-original-entry-selector";
|
||||||
|
|
||||||
/**
|
|
||||||
* The modal of the original entry editor
|
|
||||||
* @type {HTMLDivElement}
|
|
||||||
*/
|
|
||||||
#modal;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The query input
|
* The query input
|
||||||
* @type {HTMLInputElement}
|
* @type {HTMLInputElement}
|
||||||
@ -92,7 +86,6 @@ class OriginalEntrySelector {
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
constructor() {
|
constructor() {
|
||||||
this.#modal = document.getElementById(this.#prefix + "-modal");
|
|
||||||
this.#query = document.getElementById(this.#prefix + "-query");
|
this.#query = document.getElementById(this.#prefix + "-query");
|
||||||
this.#queryNoResult = document.getElementById(this.#prefix + "-option-no-result");
|
this.#queryNoResult = document.getElementById(this.#prefix + "-option-no-result");
|
||||||
this.#optionList = document.getElementById(this.#prefix + "-option-list");
|
this.#optionList = document.getElementById(this.#prefix + "-option-list");
|
||||||
|
Loading…
Reference in New Issue
Block a user