Skip to content

Commit

Permalink
No this.
Browse files Browse the repository at this point in the history
  • Loading branch information
expitau committed Nov 26, 2024
1 parent f80e760 commit bbd2774
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web/bookmarklet-iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
fetch(DATA_PREFIX + `/metadata.json`)
.then(response => { console.log(response); return response.json() })
.then(metadata => {
this.data.metadata.recipeCount = metadata.recipeCount
this.data.metadata.elementCount = metadata.elementCount

for (let i = 0; i < metadata.indexCount; i++) {
fetch(DATA_PREFIX + `/index/idx-${i + 1}.json`).then(res => res.json()).then(chunk => {
console.log("Loaded " + i)
Expand Down

0 comments on commit bbd2774

Please sign in to comment.