Coder Social home page Coder Social logo

Comments (3)

alexandrtovmach avatar alexandrtovmach commented on September 16, 2024

Solved

from momcode.

drhus avatar drhus commented on September 16, 2024

the ?list=[name] is working however, it parse aswell wit both Export URL & View URL it shouldn't be like that

example https://momcode.io/lab/?list=Momcode-209 >> click on Export URL OR View URL it will print URL below with as ?list=Momcode-209&hexListV2= it should be ONLY ?hexListV2=

the ?list= variable should only be an input but not to be exported with URL or View URL (that would overwrite hexListV2

from momcode.

drhus avatar drhus commented on September 16, 2024

Ooh I see what happen, the function of Export URL & View URL, will simply take the URL as it is and add to it instead,

We need to add to

document.querySelector('#generateTableURL').addEventListener('click', function () {

  • urlObj.searchParams.delete('list');

as well ass for #generateViewULR

document.querySelector('#generateViewURL').addEventListener('click', function () {

from momcode.

Related Issues (16)

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.