Script remains on page after Plugin removal
-
Hi,
the js code in the website source code does not update no matter how often I make changes to the code in the backend via the plugin.
It just continues to show js code that I have written a few weeks ago and left there. I tried to delete the whole code, as well as removing the plugin entirely. But the original code still remains in the source code.
The website is https://www.freiheitmedia.com/
And the code in question is:
window.onhashchange = function () { // onclick funzt ^^ history.pushState("", document.title, window.location.pathname + window.location.search); }
How can I remove it? Could it be the newest WordPress 4.8 that prevents the code from updating?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Script remains on page after Plugin removal’ is closed to new replies.