mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-24 15:38:41 +00:00
Fix selector bug
This commit is contained in:
parent
dcc262b64e
commit
46cbc1d39e
|
|
@ -197,7 +197,7 @@ export class FormView {
|
|||
inputs = [].slice.call(form.getElementsByTagName('input')),
|
||||
buttons = form.getElementsByTagName('button'),
|
||||
canvas = form.getElementsByTagName('canvas'),
|
||||
external = document.querySelectorAll('form:not(#' + this.id + ') [form=' + this.id + ']'),
|
||||
external = document.querySelectorAll('body:not(#' + this.id + ') [form=' + this.id + ']'),
|
||||
special = form.querySelectorAll('[data-name]'),
|
||||
specialExt = document.querySelectorAll('form:not(#' + this.id + ') [data-form=' + this.id + '] [data-name]'),
|
||||
inputLength = inputs.length;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user