mirror of
https://git.proxmox.com/git/mirror_novnc
synced 2025-08-15 22:52:09 +00:00
parent
ce6d388c6e
commit
3729976a28
@ -69,7 +69,7 @@ function process(elem, locator, enabled) {
|
|||||||
}
|
}
|
||||||
if (elem.hasAttribute("value") &&
|
if (elem.hasAttribute("value") &&
|
||||||
elem.tagName === "INPUT" &&
|
elem.tagName === "INPUT" &&
|
||||||
isAnyOf(elem.getAttribute("type"), ["reset", "button"])) {
|
isAnyOf(elem.getAttribute("type"), ["reset", "button", "submit"])) {
|
||||||
addString(elem.getAttribute("value"), locator(elem));
|
addString(elem.getAttribute("value"), locator(elem));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user