chore: remove setting options console log
This commit is contained in:
parent
7f8cb33f01
commit
e439cc9702
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ Elements.forEach((element) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Options) {
|
if (Options) {
|
||||||
console.log(Options)
|
|
||||||
const Modal = document.getElementById(Options.getAttribute('data-modal') + '-Modal');
|
const Modal = document.getElementById(Options.getAttribute('data-modal') + '-Modal');
|
||||||
const ModalButtons = Modal.getElementsByTagName('button');
|
const ModalButtons = Modal.getElementsByTagName('button');
|
||||||
const ModalInputs = Modal.getElementsByTagName('input');
|
const ModalInputs = Modal.getElementsByTagName('input');
|
||||||
|
|
|
||||||
Reference in a new issue