We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GKT v0.3.5 in greaseMonkey has this error in developer console:
Script error: TypeError: "Document.evaluate requires at least 2 arguments, but only 1 were passed" init user-script:http://simor.net/greasemonkey//GeoKrety Toolbox:742 userScript user-script:http://simor.net/greasemonkey//GeoKrety Toolbox:792 scopeWrapper user-script:http://simor.net/greasemonkey//GeoKrety Toolbox:813 user-script:http://simor.net/greasemonkey//GeoKrety Toolbox:494
Raised in geokrety/geokrety-website#263
The text was updated successfully, but these errors were encountered:
Fix #3: Add missing parameter to document.evaluate()
6abefdc
No branches or pull requests
GKT v0.3.5 in greaseMonkey has this error in developer console:
Script error: TypeError: "Document.evaluate requires at least 2 arguments, but only 1 were passed"
init user-script:http://simor.net/greasemonkey//GeoKrety Toolbox:742
userScript user-script:http://simor.net/greasemonkey//GeoKrety Toolbox:792
scopeWrapper user-script:http://simor.net/greasemonkey//GeoKrety Toolbox:813
user-script:http://simor.net/greasemonkey//GeoKrety Toolbox:494
Raised in geokrety/geokrety-website#263
The text was updated successfully, but these errors were encountered: