Many jQuery errors

Tareq Saif5 years ago

Hello,

When I visit the server in the web browser I get the following errors in the console. Is this expected?

Uncaught TypeError: Cannot read property 'opacity' of undefined
    at jquery.js:2
    at jquery.js:2
    at jquery.js:4
colorpicker.js:397 Uncaught ReferenceError: jQuery is not defined
    at colorpicker.js:397
jquery.tipsy.js:216 Uncaught ReferenceError: jQuery is not defined
    at jquery.tipsy.js:216
selectize.js:9 Uncaught ReferenceError: jQuery is not defined
    at selectize.js:9
    at selectize.js:11
init.js:4 Uncaught ReferenceError: $ is not defined
    at init.js:4
jquery.js:2 Uncaught TypeError: Cannot read property 'opacity' of undefined
    at jquery.js:2
    at jquery.js:2
...
onloadwff.js:71 Uncaught (in promise) TypeError: Cannot read property 'querySelectorAll' of null
    at e.<anonymous> (onloadwff.js:71)
    at l (onloadwff.js:71)
    at Object.next (onloadwff.js:71)
    at a (onloadwff.js:71)
onloadwff.js:71 Uncaught (in promise) TypeError: Cannot read property 'querySelectorAll' of null
    at e.<anonymous> (onloadwff.js:71)
    at l (onloadwff.js:71)
    at Object.next (onloadwff.js:71)
    at a (onloadwff.js:71)
Anton Tananaev5 years ago

Traccar doesn't use jQuery.

Tareq Saif5 years ago

The problem was the chrome extensions. Thank you for the fast reply.