Since yesterday I have a strange error on line 0
in "https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"
(Google jQuery Api). It just says "Script Error". I have researched about the error, but I just found something like this. I dont think Google forbid Same-origin policy access.
Can anyone tell me how I can fix this error?
I get this Error in Safari, Chrome and Firefox.
edit:
I monitor the error messages with the help of
window.onerror = function (text, file, line) {
}