Code line at bottom of page

Hello there,

I’m trying to understand a bug I’m having on a website.

There is a strange line of code appearing at the bottom of the live site:

$(‘.ProjLink’).click(function (e) { e.preventDefault(); var goTo = this.getAttribute(“href”); setTimeout(function(){ window.location = goTo; },1000); });

I’m trying ti find out what this is linked to.
I don’t have any custom code in this site except for a couple lines of css on a specific page. This error loads at the bottom of every page.

Any help appreciated.

Thanks.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

UPDATE: It’s now November and this is still a problem.

Please include your site’s Read-Only Share Link with your question.
A read-only link allows the community to view your project without making any edits to it and help diagnose your issue or provide feedback.

If your project has custom code or layout issues on the published site, please share that URL/URI as well.