Trying to find a particular piece of code
-
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.
- The topic ‘Trying to find a particular piece of code’ is closed to new replies.