• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Anyone recognize this javascript?

New Here ,
Oct 12, 2017 Oct 12, 2017

Copy link to clipboard

Copied

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.

SNAG-1098.jpgSNAG-1099.jpg

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

Views

236

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Oct 12, 2017 Oct 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.

Votes

Translate

Translate
Community Expert ,
Oct 12, 2017 Oct 12, 2017

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 12, 2017 Oct 12, 2017

Copy link to clipboard

Copied

LATEST

Recaptcha is usually associated with forms.

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines