mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 15:18:00 +01:00
Fix a util.evaluateXPath invocation invalidated by revision 758a3a31518f.
This commit is contained in:
@@ -301,7 +301,7 @@ var Hints = Module("hints", {
|
|||||||
let baseNodeAbsolute = util.xmlToDom(<span highlight="Hint" style="display: none"/>, doc);
|
let baseNodeAbsolute = util.xmlToDom(<span highlight="Hint" style="display: none"/>, doc);
|
||||||
|
|
||||||
let mode = this._hintMode;
|
let mode = this._hintMode;
|
||||||
let res = util.evaluateXPath(mode.xpath, doc, null, true);
|
let res = util.evaluateXPath(mode.xpath, doc, true);
|
||||||
|
|
||||||
let start = this._pageHints.length;
|
let start = this._pageHints.length;
|
||||||
for (let elem in res) {
|
for (let elem in res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user