Coder Social home page Coder Social logo

Comments (6)

diafygi avatar diafygi commented on July 18, 2024

Howdy, I'm unable to reproduce this. Can you please give me a specific list of detailed steps to reproduce this? Thanks!

from gethttpsforfree.

code28 avatar code28 commented on July 18, 2024

Hey.
Just complete steps 1 to 3 exactly as described, but twice without refreshing the page.
When step 3 says for the second time "Step 3 complete! Please proceed to Step 4.", you have the domains twice at step 4.
This is of course quite unusual usage, but in case of an error in step 4, you're told to go back to step 1 and then this appears as well.

This is my result of doing steps 1 to 3 twice. Actually, here should only be 2 entries instead of 4:
4 Domains, foo.com and www.foo.com each twice

I hope I could clarify the issue.

from gethttpsforfree.

diafygi avatar diafygi commented on July 18, 2024

I think I fixed this in 6900417, can you please confirm?

from gethttpsforfree.

code28 avatar code28 commented on July 18, 2024

Yes, this issue is fixed, but another error occurs: For each added domain, the whole section is cleared, so only the last domain is shown, if the request contains more than one domain.

I'm not that much into JavaScript, but maybe something like this would do it: (The 4th line is added, replacing line 634)

// append this domain to step 4
template.id = "challenge_" + d_;
template.style.display = null;
document.getElementById("challenge_domains").removeChild(document.getElementById(template.id));
document.getElementById("challenge_domains").appendChild(template);

from gethttpsforfree.

diafygi avatar diafygi commented on July 18, 2024

@code28 gotcha, I'd rather clear everything at the start. How about now?

from gethttpsforfree.

code28 avatar code28 commented on July 18, 2024

That's it, great!

from gethttpsforfree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.