Skip to main content
Participant
October 12, 2017
Answered

Anyone recognize this javascript?

  • October 12, 2017
  • 2 replies
  • 275 views

I don't remember putting most of this javascript into my site and it's not on my computer. I just moved from this host, partially because of this. I would like to remove all the extraneous stuff from this window.

I keep getting dmxzone messages even though I have removed every trace I could find from my computer. But that's another problem (I think).

Tom

This topic has been closed for replies.
Correct answer Jon Fritz

You could go through and comment out your scripts one at a time. Wrap your <script> tagsets in html comments...


<!-- <script src="somelocation.js"></script> -->

...if it stops working while previewing in the browser, the newly wrapped script is necessary to the page (delete the comment).

If it works fine with the commented script, delete the script tag and comment.

2 replies

Nancy OShea
Community Expert
Community Expert
October 12, 2017

Recaptcha is usually associated with forms.

Nancy O'Shea— Product User & Community Expert
Jon Fritz
Community Expert
Jon FritzCommunity ExpertCorrect answer
Community Expert
October 12, 2017

You could go through and comment out your scripts one at a time. Wrap your <script> tagsets in html comments...


<!-- <script src="somelocation.js"></script> -->

...if it stops working while previewing in the browser, the newly wrapped script is necessary to the page (delete the comment).

If it works fine with the commented script, delete the script tag and comment.