mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-11 23:28:41 +00:00
phpcs fixes
This commit is contained in:
parent
4a5d647bca
commit
dd4728e880
|
|
@ -1069,7 +1069,7 @@ export class Form
|
||||||
length = values.length;
|
length = values.length;
|
||||||
for (let i = 0; i < length; ++i) {
|
for (let i = 0; i < length; ++i) {
|
||||||
const matches = document.getElementById(formId).querySelectorAll('[data-tpl-value="' + values[i].getAttribute('data-tpl-value') + '"');
|
const matches = document.getElementById(formId).querySelectorAll('[data-tpl-value="' + values[i].getAttribute('data-tpl-value') + '"');
|
||||||
const path = values[i].hasAttribute('data-tpl-value-path') ? values[i].getAttribute('data-tpl-value-path') : null;
|
const path = values[i].hasAttribute('data-tpl-value-path') ? values[i].getAttribute('data-tpl-value-path') : null;
|
||||||
|
|
||||||
const matchLength = matches.length;
|
const matchLength = matches.length;
|
||||||
for (let c = 0; c < matchLength; ++c) {
|
for (let c = 0; c < matchLength; ++c) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user