Skip to content

Commit

Permalink
dirty workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 28, 2025
1 parent 8feb454 commit a44f935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/optimized.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ window.addEventListener('load', async () => {
const options = {
bgColor: "white",
customData: {
url: `data:${encodeURI(data.model)}`,
// url: `data:${encodeURI(data.model)}`,
url: `v1/aff/${AF_ID}/optimized/A,${ASYM_ID}`,
format: "cif",
binary: false
},
Expand Down

0 comments on commit a44f935

Please sign in to comment.