1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 10:47:59 +01:00

Restore ;f hint XPath lost in revision ae79abb4ff88. Closes issue #382.

This commit is contained in:
Kris Maglione
2011-02-14 23:33:00 -05:00
parent b33d753b69
commit fe8e1e1586

View File

@@ -1165,6 +1165,7 @@ var Hints = Module("hints", {
"regexpmap", {
"[iI]": xpath(["img"]),
"[asOTivVWy]": xpath(["{a,area}[@href]", "{img,iframe}[@src]"]),
"[f]": xpath(["body"]),
"[F]": xpath(["body", "code", "div", "html", "p", "pre", "span"]),
"[S]": xpath(["input[not(@type='hidden')]", "textarea", "button", "select"])
},