Script error when loading website in Firefox

0

I have a problem that happened out of nowhere, although obviously there is a cause but I have not been able to identify it. When loading a site already in the remote server, this one never finishes loading, in the load bar the icon of "loading" is kept, and in the console, this error appears to me:

    El uso de getPreventDefault() está desaprobada. Usa defaultPrevented en su lugar.
jquery.min.js:5:12223

unreachable code after return statement
[Saber más]
js:64:1196

Hubo un fallo al cargar el <script> con fuente “blob:https://www.vitalarmy.com/d0421915-ce39-4c46-84a7-11c6d6355dec”.
desarrollo:1

I already have a headache, because I do not understand why it happens. I open the site in other browsers and apparently this same problem does not appear. In all I deleted cache, cookies, session, everything, but in Firefox it keeps working badly.

    
asked by RobertOrozco 13.12.2017 в 23:33
source

1 answer

0

In my case it was because of the protocol that you use for the services (scripts, for the URL in general) , in my case it had https but in reality it was http correct.

Once I changed that protocol to http it worked for me.

    
answered by 26.09.2018 в 19:17