Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 770: | Line 770: | ||
}); | }); | ||
// End bugfix | // End bugfix | ||
// Set up the table if parameter was passed. | |||
const params = new URLSearchParams(window.location.search); | |||
const enc = params.get('do'); | |||
console.log(enc) | |||
if (enc) { | |||
const decoded = JSON.parse(decodeURIComponent(atob(str))); | |||
console.log(decoded) | |||
} | |||
}); | }); | ||
Revision as of 13:36, 24 November 2022
Development verstion of the DCT List.
Not ready for production!