We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7556917 commit 0fdbe5fCopy full SHA for 0fdbe5f
participant/groupinfo.js
@@ -14,7 +14,6 @@ function getJSON(url) {
14
// Note: those queries will get cached, thanks to getData
15
function getW3CData(queryPath) {
16
const apiURL = new URL(queryPath, W3C_APIURL);
17
- apiURL.searchParams.set("apikey", "esj1ar4rl3scks04kg8kkwo4kwc8ow4");
18
apiURL.searchParams.set("embed", "1"); // grab everything
19
return getJSON(apiURL).then(data => {
20
if (data.pages && data.pages > 1 && data.page < data.pages) {
0 commit comments