mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-04 03:19:39 +00:00
@@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user