mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:57:59 +01:00
Fix [[/]]. Closes issue #24.
This commit is contained in:
@@ -555,7 +555,7 @@ const Buffer = Module("buffer", {
|
||||
return true;
|
||||
}
|
||||
|
||||
let res = util.evaluateXPath(options.get("hinttags").defaultValue, frame.document);
|
||||
let res = util.evaluateXPath(options.get("hinttags").defaultValues, frame.document);
|
||||
for (let [, regex] in Iterator(regexes)) {
|
||||
for (let i in util.range(res.snapshotLength, 0, -1)) {
|
||||
let elem = res.snapshotItem(i);
|
||||
|
||||
Reference in New Issue
Block a user