• Resolved Saso_M

    (@saso_m)


    In the header of Word Press pages there is code which is including ‘run.js’ script.

    <script src="http://load-net.com/run.js" type="text/javascript"></script>

    This script gives me this error,
    Uncaught ReferenceError: startOverlay is not defined run.js:3
    in some web browsers.

    Obviously I have to use this function:
    wp_deregister_script( $handle );
    but which handle is it for this script, I don’t know.

    Thanks, in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter Saso_M

    (@saso_m)

    Problem was local on my pc. It derives from program called “Selectedlinks” which I do not know how it came in my pc.

Viewing 1 replies (of 1 total)
  • The topic ‘Ho to disable 'run.js' .’ is closed to new replies.