1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 11:57:59 +01:00

Fix loading storage files.

This commit is contained in:
Kris Maglione
2010-12-02 22:23:58 -05:00
parent 0346a1ff18
commit 2aaa8962b7
2 changed files with 4 additions and 4 deletions

View File

@@ -1116,9 +1116,9 @@ const Hints = Module("hints", {
options.add(["extendedhinttags", "eht"],
"XPath string of hintable elements activated by ';'",
"regexpmap", "[iI]:" + xpath(["img"]) +
",[OTivVWy]:" + xpath(["{a,area}[@href]", "{img,iframe}[@src]"]) +
",[F]:" + xpath(["div", "span", "p", "body", "html"]) +
",[S]:" + xpath(["input[not(@type='hidden')]", "textarea", "button", "select"]),
",[OTivVWy]:" + xpath(["{a,area}[@href]", "{img,iframe}[@src]"]) +
",[F]:" + xpath(["div", "span", "p", "body", "html"]) +
",[S]:" + xpath(["input[not(@type='hidden')]", "textarea", "button", "select"]),
{ validator: Option.validateXPath });
options.add(["hinttags", "ht"],