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.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Trying to find a particular piece of code’ is closed to new replies.