console.log("Could not apply XPath selector to current document because the quote has changed. (Saved quote is '"+savedQuote+"'. Current quote is '"+currentQuote+"'.)");
returnnull;
}else{
console.log("Saved quote matches.");
}
}else{
console.log("No saved quote, nothing to compare. Assume that it's OK.");
...
...
@@ -1073,7 +1073,7 @@
console.log("Could not apply position selector to current document because the quote has changed. (Saved quote is '"+savedQuote+"'. Current quote is '"+currentQuote+"'.)");
returnnull;
}else{
console.log("Saved quote matches.");
}
}else{
console.log("No saved quote, nothing to compare. Assume that it's okay.");
...
...
@@ -1162,8 +1162,6 @@
if(target==null){
thrownewError("Trying to find anchor for null target!");
}
console.log("Trying to find anchor for target: ");