website icon indicating copy to clipboard operation
website copied to clipboard

JS error (ReferenceError: jQuery is not defined)

Open raffaem opened this issue 1 year ago • 1 comments

[If applicable, please provide some context for the error, i.e. describe what you did before the error occurred. Please also remove any sensitive information from the debug information below.]

Debug information:

{
    "message": "ReferenceError: jQuery is not defined",
    "type": "error",
    "colno": 445,
    "filename": "https://www.datarequests.org/generator",
    "lineno": 1,
    "error": {
        "message": "jQuery is not defined",
        "name": "ReferenceError",
        "stack": "@https://www.datarequests.org/generator:1:445\n"
    },
    "defaultPrevented": false,
    "eventPhase": 2,
    "isTrusted": true,
    "returnValue": true,
    "code_version": "1.0.0",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0",
    "url": {
        "href": "https://www.datarequests.org/generator",
        "origin": "https://www.datarequests.org",
        "protocol": "https:",
        "host": "www.datarequests.org",
        "hostname": "www.datarequests.org",
        "port": "",
        "pathname": "/generator",
        "search": "",
        "hash": ""
    }
}

raffaem avatar Oct 08 '22 05:10 raffaem

Thanks for the report, @raffaem!

From the debug information, I'd say the error is probably caused by a browser extension that you have installed, since I'm pretty sure we don't use or reference jQuery anywhere in our code.

baltpeter avatar Oct 12 '22 13:10 baltpeter