Skip to content

Commit

Permalink
ifc-js: workaround version
Browse files Browse the repository at this point in the history
diocas committed Dec 3, 2021
1 parent 95fad44 commit 1e00b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifc-js/src/App.vue
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ export default {
const ifcLoader = new IFCLoader()
// FIXME hack to load the wasm... should not be needed
ifcLoader.ifcManager.setWasmPath(
'../../../../../../../../../../../../../../../../cernbox/ifc-js-0.0.4/'
'../../../../../../../../../../../../../../../../cernbox/ifc-js-0.1.0/'
)
const headers = getHeadersWithAuth(isPublic, this.getToken, this.publicLinkPassword)
ifcLoader.setRequestHeader(headers)

0 comments on commit 1e00b7a

Please sign in to comment.