mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 01:48:40 +00:00
phpcs fixes
This commit is contained in:
parent
4a5d647bca
commit
dd4728e880
|
|
@ -1069,7 +1069,7 @@ export class Form
|
|||
length = values.length;
|
||||
for (let i = 0; i < length; ++i) {
|
||||
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;
|
||||
for (let c = 0; c < matchLength; ++c) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user