Viewing 3 replies - 1 through 3 (of 3 total)
  • Jason King

    (@jasoncharlesstuartking)

    I see it in the source code.

    Open your theme’s footer.php file to double check that this isn’t hard coded in there. Seems unlikely.

    If you use a caching plugin, empty the cache.

    Thread Starter Tradedog

    (@tradedog)

    Thanks Jason

    Is hardcoded into footer:

    function downloadJSAtOnload() {
    var element = document.createElement(“script”);
    element.src = “wp-content/plugins/responsive-menu/public/js/touch.js?ver=4.3”;
    document.body.appendChild(element);

    Can I just extract the line its in?

    Jason King

    (@jasoncharlesstuartking)

    Make a backup of the footer.php file, just in case.

    But then yes, you should be able to delete it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get rid of a JS script’ is closed to new replies.