1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 02:07:58 +01:00

Remove extraneous 'eht' ;i definition.

--HG--
extra : rebase_source : 6b719404040fcdbe7e5adcded9072771e0b6c194
This commit is contained in:
Doug Kearns
2011-03-26 10:37:10 +11:00
parent 9276447f97
commit 75bf52f46f
2 changed files with 2 additions and 2 deletions

View File

@@ -1189,7 +1189,7 @@ var Hints = Module("hints", {
"XPath or CSS selector strings of hintable elements for extended hint modes",
"regexpmap", {
"[iI]": "img",
"[asOTivVWy]": ["a[href]", "area[href]", "img[src]", "iframe[src]"],
"[asOTvVWy]": ["a[href]", "area[href]", "img[src]", "iframe[src]"],
"[f]": "body",
"[F]": ["body", "code", "div", "html", "p", "pre", "span"],
"[S]": ["input:not([type=hidden])", "textarea", "button", "select"]