• hi,
    I need to remove this piece of code:
    <script type=”text/javascript”> /* Then strip params if pushstate exists */
    if (typeof window.history.pushState == ‘function’) {
    var cleanparams=window.location.href.split(“?”);
    var clean_url=cleanparams[0];history.replaceState({},”landing page”,clean_url);
    }
    </script>
    but I dont know which file it is in. any advice is much appreciated.

    https://www.ads-software.com/plugins/landing-pages/

  • The topic ‘Trying to find a particular piece of code’ is closed to new replies.